summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2020-01-06 21:29:02 +0100
committerStephan Springer2020-01-06 21:29:02 +0100
commit1ade1eb97704512ee9ca15fc246495fb4d473b0a (patch)
tree4382ae0e020f7e2fab0990ec68315cbef556878e /PKGBUILD
parente5c729deb4f607dd3e307ccae6950ccc309db947 (diff)
downloadpackages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.tar.gz
packages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.tar.bz2
packages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.zip
add gconf and gtk2 to dependencies again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fcd79f..35c6fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,12 @@
16pkgname=popcorntime-bin 16pkgname=popcorntime-bin
17_pkgname=popcorntime 17_pkgname=popcorntime
18pkgver=0.3.10 18pkgver=0.3.10
19pkgrel=6 19pkgrel=7
20pkgdesc="Stream movies and TV shows from torrents (stable builds)" 20pkgdesc="Stream movies and TV shows from torrents (stable builds)"
21arch=('x86_64') 21arch=('x86_64')
22url="https://popcorntime.sh" 22url="https://popcorntime.sh"
23license=('GPL3') 23license=('GPL3')
24depends=('nss' 'ttf-font' 'libxss' 'gtk3') 24depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3')
25provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') 25provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
26conflicts=('popcorntime') 26conflicts=('popcorntime')
27options=('!strip') 27options=('!strip')