aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-01-05 13:54:38 +0100
committerStephan Springer2020-01-05 13:54:38 +0100
commite5c729deb4f607dd3e307ccae6950ccc309db947 (patch)
treed7d72c474143a9294fac7670deecc7356a96cbd4
parent8146af71b6ab2c7d1870b5049790d4e16abd01c6 (diff)
downloadpackages-e5c729deb4f607dd3e307ccae6950ccc309db947.tar.gz
packages-e5c729deb4f607dd3e307ccae6950ccc309db947.tar.bz2
packages-e5c729deb4f607dd3e307ccae6950ccc309db947.zip
remove dependencies to gconf and gtk2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11be7cc..7e38b30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
1pkgbase = popcorntime-bin 1pkgbase = popcorntime-bin
2 pkgdesc = Stream movies and TV shows from torrents (stable builds) 2 pkgdesc = Stream movies and TV shows from torrents (stable builds)
3 pkgver = 0.3.10 3 pkgver = 0.3.10
4 pkgrel = 5 4 pkgrel = 6
5 url = https://popcorntime.sh 5 url = https://popcorntime.sh
6 arch = x86_64 6 arch = x86_64
7 license = GPL3 7 license = GPL3
8 depends = nss 8 depends = nss
9 depends = ttf-font 9 depends = ttf-font
10 depends = libxss 10 depends = libxss
11 depends = gconf
12 depends = gtk2
13 depends = gtk3 11 depends = gtk3
14 provides = popcorntime 12 provides = popcorntime
15 provides = popcorn-time-ce 13 provides = popcorn-time-ce
diff --git a/PKGBUILD b/PKGBUILD
index 4d7bc29..7fcd79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@
15pkgname=popcorntime-bin 16pkgname=popcorntime-bin
16_pkgname=popcorntime 17_pkgname=popcorntime
17pkgver=0.3.10 18pkgver=0.3.10
18pkgrel=5 19pkgrel=6
19pkgdesc="Stream movies and TV shows from torrents (stable builds)" 20pkgdesc="Stream movies and TV shows from torrents (stable builds)"
20arch=('x86_64') 21arch=('x86_64')
21url="https://popcorntime.sh" 22url="https://popcorntime.sh"
22license=('GPL3') 23license=('GPL3')
23depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3') 24depends=('nss' 'ttf-font' 'libxss' 'gtk3')
24provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') 25provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
25conflicts=('popcorntime') 26conflicts=('popcorntime')
26options=('!strip') 27options=('!strip')