diff options
author | ricardofunke | 2015-07-09 19:54:50 -0300 |
---|---|---|
committer | ricardofunke | 2015-07-09 19:54:50 -0300 |
commit | 77c894b8e041762dd6334f2935cf0794bb753546 (patch) | |
tree | b890d7cc65ad1bcc5409b56973b75288a2d68331 /PKGBUILD | |
parent | 0e21cacafc9bd016b6a5bd808c4c27e1031874a0 (diff) | |
download | packages-77c894b8e041762dd6334f2935cf0794bb753546.tar.gz packages-77c894b8e041762dd6334f2935cf0794bb753546.tar.bz2 packages-77c894b8e041762dd6334f2935cf0794bb753546.zip |
Update to 0.3.8.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,12 +11,12 @@ | |||
11 | pkgname=popcorntime-bin | 11 | pkgname=popcorntime-bin |
12 | pkgver=0.3.8.0 | 12 | pkgver=0.3.8.0 |
13 | _pkgver='0.3.8-0' | 13 | _pkgver='0.3.8-0' |
14 | pkgrel=2 | 14 | pkgrel=3 |
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/" |
18 | license=('GPL3') | 18 | license=('GPL3') |
19 | depends=('libsystemd' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') | 19 | depends=('libsystemd' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') |
20 | optdepends=('net-tools: necessary for the new vpn feature') | 20 | optdepends=('net-tools: necessary for the new vpn feature') |
21 | provides=('popcorntime') | 21 | provides=('popcorntime') |
22 | conflicts=('popcorntime') | 22 | conflicts=('popcorntime') |
@@ -29,7 +29,7 @@ sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183' | |||
29 | _platform='Linux-64' | 29 | _platform='Linux-64' |
30 | 30 | ||
31 | if [ "$CARCH" = 'i686' ]; then | 31 | if [ "$CARCH" = 'i686' ]; then |
32 | _platform='Linuxi-32' | 32 | _platform='Linux-32' |
33 | sha256sums[0]='0217ce93e88650c7d557cafcfdf10a4b5fa14c54' | 33 | sha256sums[0]='0217ce93e88650c7d557cafcfdf10a4b5fa14c54' |
34 | fi | 34 | fi |
35 | 35 | ||