diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,9 +9,9 @@ | |||
9 | # Contributor: xantares <xantares09 [at] hotmail [dot] com> | 9 | # Contributor: xantares <xantares09 [at] hotmail [dot] com> |
10 | 10 | ||
11 | pkgname=popcorntime-bin | 11 | pkgname=popcorntime-bin |
12 | pkgver=0.3.8.0 | 12 | pkgver=0.3.8.2 |
13 | _pkgver='0.3.8-0' | 13 | _pkgver='0.3.8-2' |
14 | pkgrel=6 | 14 | pkgrel=1 |
15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." | 15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." |
16 | arch=('x86_64' 'i686') | 16 | arch=('x86_64' 'i686') |
17 | url="http://popcorntime.io/" | 17 | url="http://popcorntime.io/" |
@@ -22,7 +22,7 @@ provides=('popcorntime') | |||
22 | conflicts=('popcorntime') | 22 | conflicts=('popcorntime') |
23 | options=('!strip') | 23 | options=('!strip') |
24 | install="popcorntime.install" | 24 | install="popcorntime.install" |
25 | sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183' | 25 | sha1sums=('5b3f956fa72b9879bcea65c5f89d99a0e2ada6e4' |
26 | 'd2e56426a321faabd316ea0bc89b2fa2fb0dfa48' | 26 | 'd2e56426a321faabd316ea0bc89b2fa2fb0dfa48' |
27 | '98cba5c0c979d37e601cc33cf3b562f106427d36') | 27 | '98cba5c0c979d37e601cc33cf3b562f106427d36') |
28 | 28 | ||
@@ -30,7 +30,7 @@ _platform='Linux-64' | |||
30 | 30 | ||
31 | if [ "$CARCH" = 'i686' ]; then | 31 | if [ "$CARCH" = 'i686' ]; then |
32 | _platform='Linux-32' | 32 | _platform='Linux-32' |
33 | sha1sums[0]='0217ce93e88650c7d557cafcfdf10a4b5fa14c54' | 33 | sha1sums[0]='a959062f209927eee8e026ccf54510aaa3ca26c8' |
34 | fi | 34 | fi |
35 | 35 | ||
36 | source=("http://get.popcorntime.io/build/Popcorn-Time-${_pkgver}-${_platform}.tar.xz" | 36 | source=("http://get.popcorntime.io/build/Popcorn-Time-${_pkgver}-${_platform}.tar.xz" |