aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-01-06 21:29:02 +0100
committerStephan Springer2020-01-06 21:29:02 +0100
commit1ade1eb97704512ee9ca15fc246495fb4d473b0a (patch)
tree4382ae0e020f7e2fab0990ec68315cbef556878e
parente5c729deb4f607dd3e307ccae6950ccc309db947 (diff)
downloadpackages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.tar.gz
packages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.tar.bz2
packages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.zip
add gconf and gtk2 to dependencies again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e38b30..0600507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
1pkgbase = popcorntime-bin 1pkgbase = 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
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')