summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9dc2471e0b8..a518328b0c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = popcorntime-bin
depends = nss
depends = ttf-font
depends = libxss
+ depends = gconf
+ depends = gtk2
depends = gtk3
depends = nodejs
provides = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index 87bd7537e02e..6d9d5f26ec81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgdesc="Stream movies and TV shows from torrents (stable builds)"
arch=('x86_64')
url="https://popcorntime.sh"
license=('GPL3')
-depends=('nss' 'ttf-font' 'libxss' 'gtk3' 'nodejs')
+depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3' 'nodejs')
provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
conflicts=('popcorntime')
options=('!strip')