diff options
author | Stephan Springer | 2020-01-05 13:54:38 +0100 |
---|---|---|
committer | Stephan Springer | 2020-01-05 13:54:38 +0100 |
commit | e5c729deb4f607dd3e307ccae6950ccc309db947 (patch) | |
tree | d7d72c474143a9294fac7670deecc7356a96cbd4 /PKGBUILD | |
parent | 8146af71b6ab2c7d1870b5049790d4e16abd01c6 (diff) | |
download | packages-e5c729deb4f607dd3e307ccae6950ccc309db947.tar.gz packages-e5c729deb4f607dd3e307ccae6950ccc309db947.tar.bz2 packages-e5c729deb4f607dd3e307ccae6950ccc309db947.zip |
remove dependencies to gconf and gtk2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ | |||
1 | # Maintainer: Kostis Karantias <kkarantias [at] gmail [dot] com> | 1 | # Maintainer: Stephan Springer <buzo+arch@Lini.de> |
2 | # Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com> | ||
2 | # Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> | 3 | # Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> |
3 | # Contributor: Bastien Traverse <firstname at lastname dot email> | 4 | # Contributor: Bastien Traverse <firstname at lastname dot email> |
4 | # Contributor: Ricardo Funke <ricardo [at] gmail [dot] com> | 5 | # Contributor: Ricardo Funke <ricardo [at] gmail [dot] com> |
@@ -15,12 +16,12 @@ | |||
15 | pkgname=popcorntime-bin | 16 | pkgname=popcorntime-bin |
16 | _pkgname=popcorntime | 17 | _pkgname=popcorntime |
17 | pkgver=0.3.10 | 18 | pkgver=0.3.10 |
18 | pkgrel=5 | 19 | pkgrel=6 |
19 | pkgdesc="Stream movies and TV shows from torrents (stable builds)" | 20 | pkgdesc="Stream movies and TV shows from torrents (stable builds)" |
20 | arch=('x86_64') | 21 | arch=('x86_64') |
21 | url="https://popcorntime.sh" | 22 | url="https://popcorntime.sh" |
22 | license=('GPL3') | 23 | license=('GPL3') |
23 | depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3') | 24 | depends=('nss' 'ttf-font' 'libxss' 'gtk3') |
24 | provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') | 25 | provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') |
25 | conflicts=('popcorntime') | 26 | conflicts=('popcorntime') |
26 | options=('!strip') | 27 | options=('!strip') |