aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-02-28 20:55:04 +0100
committerStephan Springer2021-02-28 20:55:04 +0100
commit306b95f427efdf3f7802bd567cfeee91608ea07a (patch)
tree96c3d3febf45b21b5c318d053a2f4048faff823f
parentf2745e4b2d87aee516231ff6529431429ae33078 (diff)
downloadpackages-306b95f427efdf3f7802bd567cfeee91608ea07a.tar.gz
packages-306b95f427efdf3f7802bd567cfeee91608ea07a.tar.bz2
packages-306b95f427efdf3f7802bd567cfeee91608ea07a.zip
remove dependency gtk2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5bbd93..a2fd998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = popcorntime-bin 1pkgbase = 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
diff --git a/PKGBUILD b/PKGBUILD
index ff878e4..61ac03b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@
16pkgname=popcorntime-bin 16pkgname=popcorntime-bin
17_pkgname=popcorntime 17_pkgname=popcorntime
18pkgver=0.4.4 18pkgver=0.4.4
19pkgrel=2 19pkgrel=3
20pkgdesc="Stream free movies and TV shows from torrents" 20pkgdesc="Stream free movies and TV shows from torrents"
21arch=('x86_64') 21arch=('x86_64')
22url="https://popcorntime.app/" 22url="https://popcorntime.app/"
23license=('GPL3') 23license=('GPL3')
24depends=('nss' 'ttf-font' 'libxss' 'gtk2' 'gtk3') 24depends=('nss' 'ttf-font' 'libxss' 'gtk3')
25makedepends=('unzip') 25makedepends=('unzip')
26provides=('popcorntime' 'popcorntime-ce') 26provides=('popcorntime' 'popcorntime-ce')
27conflicts=('popcorntime' 'popcorntime-ce') 27conflicts=('popcorntime' 'popcorntime-ce')