summaryrefslogtreecommitdiffstats
path: root/popcorntime-bin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'popcorntime-bin/PKGBUILD')
-rw-r--r--popcorntime-bin/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/popcorntime-bin/PKGBUILD b/popcorntime-bin/PKGBUILD
index 83c110f..c59e8cc 100644
--- a/popcorntime-bin/PKGBUILD
+++ b/popcorntime-bin/PKGBUILD
@@ -17,7 +17,7 @@
17 17
18pkgname=popcorntime-bin 18pkgname=popcorntime-bin
19_pkgname=popcorntime 19_pkgname=popcorntime
20pkgver=0.4.7 20pkgver=0.4.9
21pkgrel=1 21pkgrel=1
22pkgdesc="Stream free movies and TV shows from torrents" 22pkgdesc="Stream free movies and TV shows from torrents"
23arch=('x86_64') 23arch=('x86_64')
@@ -31,7 +31,7 @@ options=('!strip')
31_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 31_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
32source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" 32source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile"
33 "${_pkgname}.desktop" ) 33 "${_pkgname}.desktop" )
34sha256sums=('b0a6398ac6e0d5c52ca4a2e0dae77b6588649867d7207bdeb7ca496e2c584b8a' 34sha256sums=('fcf9c4d6ccd4fccaf7668707b16dcdd78d043b2d4f2a049f0edaf7afd8bb34f1'
35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
36 36
37package() { 37package() {
@@ -57,3 +57,5 @@ package() {
57 find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \; 57 find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \;
58 find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \; 58 find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \;
59} 59}
60sha256sums=('71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47'
61 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')