diff options
author | ricardofunke | 2015-08-04 09:33:36 -0300 |
---|---|---|
committer | ricardofunke | 2015-08-04 09:33:36 -0300 |
commit | 5e630e934a5deacadf679cfcae5e983ec9bc7558 (patch) | |
tree | fc9019c474d2d3020d623c21029c840771e2702f | |
parent | f8716ff2a1f85eeb31a644c213af2e6ec162c233 (diff) | |
download | packages-5e630e934a5deacadf679cfcae5e983ec9bc7558.tar.gz packages-5e630e934a5deacadf679cfcae5e983ec9bc7558.tar.bz2 packages-5e630e934a5deacadf679cfcae5e983ec9bc7558.zip |
Update to 0.3.8.2-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ | |||
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.0 | 3 | pkgver = 0.3.8.2 |
4 | pkgrel = 6 | 4 | pkgrel = 1 |
5 | url = http://popcorntime.io/ | 5 | url = http://popcorntime.io/ |
6 | install = popcorntime.install | 6 | install = popcorntime.install |
7 | arch = x86_64 | 7 | arch = x86_64 |
@@ -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-0-Linux-64.tar.xz | 22 | source = http://get.popcorntime.io/build/Popcorn-Time-0.3.8-2-Linux-64.tar.xz |
23 | source = popcorntime.install | 23 | source = popcorntime.install |
24 | source = popcorntime.desktop | 24 | source = popcorntime.desktop |
25 | sha1sums = e0d34c48fb55680f922b62d31121032c744fb183 | 25 | sha1sums = 5b3f956fa72b9879bcea65c5f89d99a0e2ada6e4 |
26 | sha1sums = d2e56426a321faabd316ea0bc89b2fa2fb0dfa48 | 26 | sha1sums = d2e56426a321faabd316ea0bc89b2fa2fb0dfa48 |
27 | sha1sums = 98cba5c0c979d37e601cc33cf3b562f106427d36 | 27 | sha1sums = 98cba5c0c979d37e601cc33cf3b562f106427d36 |
28 | 28 | ||
@@ -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" |