diff options
author | ricardofunke | 2015-08-17 16:42:43 -0300 |
---|---|---|
committer | ricardofunke | 2015-08-17 16:42:43 -0300 |
commit | cae6ba667fffb3fb4b56e72ceac61e1657f9e9db (patch) | |
tree | 0588201aea18ad052dff55aa47c2896098a52e14 | |
parent | 5e630e934a5deacadf679cfcae5e983ec9bc7558 (diff) | |
download | packages-cae6ba667fffb3fb4b56e72ceac61e1657f9e9db.tar.gz packages-cae6ba667fffb3fb4b56e72ceac61e1657f9e9db.tar.bz2 packages-cae6ba667fffb3fb4b56e72ceac61e1657f9e9db.zip |
Update to 3.8.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = popcorntime-bin | 1 | pkgbase = popcorntime-bin |
2 | pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. | 2 | pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. |
3 | pkgver = 0.3.8.2 | 3 | pkgver = 0.3.8.3 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = http://popcorntime.io/ | 5 | url = http://popcorntime.io/ |
6 | install = popcorntime.install | 6 | install = popcorntime.install |
@@ -19,10 +19,10 @@ pkgbase = popcorntime-bin | |||
19 | provides = popcorntime | 19 | provides = popcorntime |
20 | conflicts = popcorntime | 20 | conflicts = popcorntime |
21 | options = !strip | 21 | options = !strip |
22 | source = http://get.popcorntime.io/build/Popcorn-Time-0.3.8-2-Linux-64.tar.xz | 22 | source = http://get.popcorntime.io/build/Popcorn-Time-0.3.8-3-Linux-64.tar.xz |
23 | source = popcorntime.install | 23 | source = popcorntime.install |
24 | source = popcorntime.desktop | 24 | source = popcorntime.desktop |
25 | sha1sums = 5b3f956fa72b9879bcea65c5f89d99a0e2ada6e4 | 25 | sha1sums = 8aff55d7e6fe79a407b615d62e0bc8ec1ff4d596 |
26 | sha1sums = d2e56426a321faabd316ea0bc89b2fa2fb0dfa48 | 26 | sha1sums = d2e56426a321faabd316ea0bc89b2fa2fb0dfa48 |
27 | sha1sums = 98cba5c0c979d37e601cc33cf3b562f106427d36 | 27 | sha1sums = 98cba5c0c979d37e601cc33cf3b562f106427d36 |
28 | 28 | ||
@@ -9,8 +9,8 @@ | |||
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.2 | 12 | pkgver=0.3.8.3 |
13 | _pkgver='0.3.8-2' | 13 | _pkgver='0.3.8-3' |
14 | pkgrel=1 | 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') |
@@ -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=('5b3f956fa72b9879bcea65c5f89d99a0e2ada6e4' | 25 | sha1sums=('8aff55d7e6fe79a407b615d62e0bc8ec1ff4d596' |
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]='a959062f209927eee8e026ccf54510aaa3ca26c8' | 33 | sha1sums[0]='22573cdad5687502101f36100e8c4c5cbcb97e09' |
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" |