aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostis Karantias2018-12-24 01:25:14 +0200
committerKostis Karantias2018-12-24 01:25:14 +0200
commit35aed1c17c320bb5bcb20bc0128d66b2eb4583a8 (patch)
tree6636128aa331f820237ecf24579d0ebe928729d4
parent30ae4757c3ea48daba057c6a68900b0ef1e8dca8 (diff)
downloadpackages-35aed1c17c320bb5bcb20bc0128d66b2eb4583a8.tar.gz
packages-35aed1c17c320bb5bcb20bc0128d66b2eb4583a8.tar.bz2
packages-35aed1c17c320bb5bcb20bc0128d66b2eb4583a8.zip
add missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9dc247..a518328 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = popcorntime-bin
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 depends = nodejs 14 depends = nodejs
13 provides = popcorntime 15 provides = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index 87bd753..6d9d5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgdesc="Stream movies and TV shows from torrents (stable builds)"
20arch=('x86_64') 20arch=('x86_64')
21url="https://popcorntime.sh" 21url="https://popcorntime.sh"
22license=('GPL3') 22license=('GPL3')
23depends=('nss' 'ttf-font' 'libxss' 'gtk3' 'nodejs') 23depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3' 'nodejs')
24provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') 24provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
25conflicts=('popcorntime') 25conflicts=('popcorntime')
26options=('!strip') 26options=('!strip')