diff options
| author | Stephan Springer | 2021-02-28 20:55:04 +0100 |
|---|---|---|
| committer | Stephan Springer | 2021-02-28 20:55:04 +0100 |
| commit | 306b95f427efdf3f7802bd567cfeee91608ea07a (patch) | |
| tree | 96c3d3febf45b21b5c318d053a2f4048faff823f | |
| parent | f2745e4b2d87aee516231ff6529431429ae33078 (diff) | |
| download | packages-306b95f427efdf3f7802bd567cfeee91608ea07a.tar.gz packages-306b95f427efdf3f7802bd567cfeee91608ea07a.tar.bz2 packages-306b95f427efdf3f7802bd567cfeee91608ea07a.zip | |
remove dependency gtk2
| -rw-r--r-- | .SRCINFO | 3 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 5 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | pkgbase = popcorntime-bin | 1 | pkgbase = popcorntime-bin |
| 2 | pkgdesc = Stream free movies and TV shows from torrents | 2 | pkgdesc = Stream free movies and TV shows from torrents |
| 3 | pkgver = 0.4.4 | 3 | pkgver = 0.4.4 |
| 4 | pkgrel = 2 | 4 | pkgrel = 3 |
| 5 | url = https://popcorntime.app/ | 5 | url = https://popcorntime.app/ |
| 6 | arch = x86_64 | 6 | arch = x86_64 |
| 7 | license = GPL3 | 7 | license = GPL3 |
| @@ -9,7 +9,6 @@ pkgbase = popcorntime-bin | |||
| 9 | depends = nss | 9 | depends = nss |
| 10 | depends = ttf-font | 10 | depends = ttf-font |
| 11 | depends = libxss | 11 | depends = libxss |
| 12 | depends = gtk2 | ||
| 13 | depends = gtk3 | 12 | depends = gtk3 |
| 14 | provides = popcorntime | 13 | provides = popcorntime |
| 15 | provides = popcorntime-ce | 14 | provides = popcorntime-ce |
| @@ -1,4 +1,4 @@ | |||
| 1 | # Maintainer: Stephan Springer <buzo+arch@Lini.de> | 1 | # Maintainer: Stephan Springer <buzo+arch (at) Lini (dot) de> |
| 2 | # Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com> | 2 | # Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com> |
| 3 | # Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> | 3 | # Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> |
| 4 | # Contributor: Bastien Traverse <firstname at lastname dot email> | 4 | # Contributor: Bastien Traverse <firstname at lastname dot email> |
| @@ -16,12 +16,12 @@ | |||
| 16 | pkgname=popcorntime-bin | 16 | pkgname=popcorntime-bin |
| 17 | _pkgname=popcorntime | 17 | _pkgname=popcorntime |
| 18 | pkgver=0.4.4 | 18 | pkgver=0.4.4 |
| 19 | pkgrel=2 | 19 | pkgrel=3 |
| 20 | pkgdesc="Stream free movies and TV shows from torrents" | 20 | pkgdesc="Stream free movies and TV shows from torrents" |
| 21 | arch=('x86_64') | 21 | arch=('x86_64') |
| 22 | url="https://popcorntime.app/" | 22 | url="https://popcorntime.app/" |
| 23 | license=('GPL3') | 23 | license=('GPL3') |
| 24 | depends=('nss' 'ttf-font' 'libxss' 'gtk2' 'gtk3') | 24 | depends=('nss' 'ttf-font' 'libxss' 'gtk3') |
| 25 | makedepends=('unzip') | 25 | makedepends=('unzip') |
| 26 | provides=('popcorntime' 'popcorntime-ce') | 26 | provides=('popcorntime' 'popcorntime-ce') |
| 27 | conflicts=('popcorntime' 'popcorntime-ce') | 27 | conflicts=('popcorntime' 'popcorntime-ce') |
