summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorricardofunke2015-07-09 19:54:50 -0300
committerricardofunke2015-07-09 19:54:50 -0300
commit77c894b8e041762dd6334f2935cf0794bb753546 (patch)
treeb890d7cc65ad1bcc5409b56973b75288a2d68331
parent0e21cacafc9bd016b6a5bd808c4c27e1031874a0 (diff)
downloadpackages-77c894b8e041762dd6334f2935cf0794bb753546.tar.gz
packages-77c894b8e041762dd6334f2935cf0794bb753546.tar.bz2
packages-77c894b8e041762dd6334f2935cf0794bb753546.zip
Update to 0.3.8.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e896aef..e033e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
1pkgbase = popcorntime-bin 1pkgbase = 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.0
4 pkgrel = 2 4 pkgrel = 3
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
8 arch = i686 8 arch = i686
9 license = GPL3 9 license = GPL3
10 depends = libsystemd 10 depends = libsystemd
11 depends = ttf-font 11 depends = ttf-liberation
12 depends = gconf 12 depends = gconf
13 depends = nss 13 depends = nss
14 depends = libxtst 14 depends = libxtst
diff --git a/PKGBUILD b/PKGBUILD
index 7953ee4..93d273a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@
11pkgname=popcorntime-bin 11pkgname=popcorntime-bin
12pkgver=0.3.8.0 12pkgver=0.3.8.0
13_pkgver='0.3.8-0' 13_pkgver='0.3.8-0'
14pkgrel=2 14pkgrel=3
15pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." 15pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
16arch=('x86_64' 'i686') 16arch=('x86_64' 'i686')
17url="http://popcorntime.io/" 17url="http://popcorntime.io/"
18license=('GPL3') 18license=('GPL3')
19depends=('libsystemd' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') 19depends=('libsystemd' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
20optdepends=('net-tools: necessary for the new vpn feature') 20optdepends=('net-tools: necessary for the new vpn feature')
21provides=('popcorntime') 21provides=('popcorntime')
22conflicts=('popcorntime') 22conflicts=('popcorntime')
@@ -29,7 +29,7 @@ sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183'
29_platform='Linux-64' 29_platform='Linux-64'
30 30
31if [ "$CARCH" = 'i686' ]; then 31if [ "$CARCH" = 'i686' ]; then
32 _platform='Linuxi-32' 32 _platform='Linux-32'
33 sha256sums[0]='0217ce93e88650c7d557cafcfdf10a4b5fa14c54' 33 sha256sums[0]='0217ce93e88650c7d557cafcfdf10a4b5fa14c54'
34fi 34fi
35 35