diff options
author | Stephan Springer | 2020-01-06 21:29:02 +0100 |
---|---|---|
committer | Stephan Springer | 2020-01-06 21:29:02 +0100 |
commit | 1ade1eb97704512ee9ca15fc246495fb4d473b0a (patch) | |
tree | 4382ae0e020f7e2fab0990ec68315cbef556878e /PKGBUILD | |
parent | e5c729deb4f607dd3e307ccae6950ccc309db947 (diff) | |
download | packages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.tar.gz packages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.tar.bz2 packages-1ade1eb97704512ee9ca15fc246495fb4d473b0a.zip |
add gconf and gtk2 to dependencies again
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,12 +16,12 @@ | |||
16 | pkgname=popcorntime-bin | 16 | pkgname=popcorntime-bin |
17 | _pkgname=popcorntime | 17 | _pkgname=popcorntime |
18 | pkgver=0.3.10 | 18 | pkgver=0.3.10 |
19 | pkgrel=6 | 19 | pkgrel=7 |
20 | pkgdesc="Stream movies and TV shows from torrents (stable builds)" | 20 | pkgdesc="Stream movies and TV shows from torrents (stable builds)" |
21 | arch=('x86_64') | 21 | arch=('x86_64') |
22 | url="https://popcorntime.sh" | 22 | url="https://popcorntime.sh" |
23 | license=('GPL3') | 23 | license=('GPL3') |
24 | depends=('nss' 'ttf-font' 'libxss' 'gtk3') | 24 | depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3') |
25 | provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') | 25 | provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') |
26 | conflicts=('popcorntime') | 26 | conflicts=('popcorntime') |
27 | options=('!strip') | 27 | options=('!strip') |