diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,13 +1,15 @@ | |||
1 | pkgbase = popcorntime-bin | 1 | pkgbase = popcorntime-bin |
2 | pkgdesc = Stream movies and TV shows from torrents (stable builds) | 2 | pkgdesc = Stream movies and TV shows from torrents (stable builds) |
3 | pkgver = 0.3.10 | 3 | pkgver = 0.3.10 |
4 | pkgrel = 6 | 4 | pkgrel = 7 |
5 | url = https://popcorntime.sh | 5 | url = https://popcorntime.sh |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | license = GPL3 | 7 | license = GPL3 |
8 | depends = nss | 8 | depends = nss |
9 | depends = ttf-font | 9 | depends = ttf-font |
10 | depends = libxss | 10 | depends = libxss |
11 | depends = gconf | ||
12 | depends = gtk2 | ||
11 | depends = gtk3 | 13 | depends = gtk3 |
12 | provides = popcorntime | 14 | provides = popcorntime |
13 | provides = popcorn-time-ce | 15 | provides = popcorn-time-ce |
@@ -16,12 +16,12 @@ | |||
16 | pkgname=popcorntime-bin | 16 | pkgname=popcorntime-bin |
17 | _pkgname=popcorntime | 17 | _pkgname=popcorntime |
18 | pkgver=0.3.10 | 18 | pkgver=0.3.10 |
19 | pkgrel=6 | 19 | pkgrel=7 |
20 | pkgdesc="Stream movies and TV shows from torrents (stable builds)" | 20 | pkgdesc="Stream movies and TV shows from torrents (stable builds)" |
21 | arch=('x86_64') | 21 | arch=('x86_64') |
22 | url="https://popcorntime.sh" | 22 | url="https://popcorntime.sh" |
23 | license=('GPL3') | 23 | license=('GPL3') |
24 | depends=('nss' 'ttf-font' 'libxss' 'gtk3') | 24 | depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3') |
25 | provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') | 25 | provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') |
26 | conflicts=('popcorntime') | 26 | conflicts=('popcorntime') |
27 | options=('!strip') | 27 | options=('!strip') |