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