summarylogtreecommitdiffstats
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)
downloadaur-1ade1eb97704512ee9ca15fc246495fb4d473b0a.tar.gz
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 7e38b304d547..0600507fd2c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = popcorntime-bin
pkgdesc = Stream movies and TV shows from torrents (stable builds)
pkgver = 0.3.10
- pkgrel = 6
+ pkgrel = 7
url = https://popcorntime.sh
arch = x86_64
license = GPL3
depends = nss
depends = ttf-font
depends = libxss
+ depends = gconf
+ depends = gtk2
depends = gtk3
provides = popcorntime
provides = popcorn-time-ce
diff --git a/PKGBUILD b/PKGBUILD
index 7fcd79fe9bb0..35c6fe78ccc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,12 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
pkgver=0.3.10
-pkgrel=6
+pkgrel=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')
+depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3')
provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
conflicts=('popcorntime')
options=('!strip')