summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-02-26 08:55:57 +0100
committerPieter Goetschalckx2016-02-26 08:55:57 +0100
commitccd4579216b147e3e4f53797d8b40a3cae86c359 (patch)
tree343f541f92583d7ecebc0f2f368ea53088f2f80c /PKGBUILD
parented048fe6e34ed5e866d21e118388ae1cf3c63427 (diff)
downloadpackages-ccd4579216b147e3e4f53797d8b40a3cae86c359.tar.gz
packages-ccd4579216b147e3e4f53797d8b40a3cae86c359.tar.bz2
packages-ccd4579216b147e3e4f53797d8b40a3cae86c359.zip
Update sources and sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adc95c6..e6213a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
13pkgname=popcorntime-bin 13pkgname=popcorntime-bin
14_pkgname=popcorntime 14_pkgname=popcorntime
15pkgver=0.3.9 15pkgver=0.3.9
16pkgrel=3 16pkgrel=4
17pkgdesc="Stream movies and TV shows from torrents" 17pkgdesc="Stream movies and TV shows from torrents"
18arch=('i686' 'x86_64') 18arch=('i686' 'x86_64')
19url="https://popcorntime.sh" 19url="https://popcorntime.sh"
@@ -23,12 +23,12 @@ provides=('popcorntime' 'popcorn-time-ce')
23conflicts=('popcorntime') 23conflicts=('popcorntime')
24options=('!strip') 24options=('!strip')
25install=popcorntime.install 25install=popcorntime.install
26[ "$CARCH" = "i686" ] && _platform='Linux-32' 26source=("${_pkgname}.desktop")
27[ "$CARCH" = "x86_64" ] && _platform='Linux-64' 27source_i686=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-32.tar.xz")
28source=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-${_platform}.tar.xz" 28source_x86_64=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-64.tar.xz")
29 "${_pkgname}.desktop") 29sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
30sha256sums=('4316a066af9c8f4bcad8f2fa59b32750c051617631f25c04d0f655f5ed13823d' 30sha256sums_i686=('7793f41c7a9b1c2431ade59e5cf86a49b2286719292676bd93811bce691430e2')
31 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 31sha256sums_x86_64=('bfa3a62ed0008c5e79c7fa5982c53f184ba71ed18431ffed55bbb679dbd4c860')
32 32
33[ "$CARCH" = "i686" ] && _platform=linux32 33[ "$CARCH" = "i686" ] && _platform=linux32
34[ "$CARCH" = "x86_64" ] && _platform=linux64 34[ "$CARCH" = "x86_64" ] && _platform=linux64