aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-03-30 19:55:04 +0200
committerStephan Springer2020-03-30 19:55:04 +0200
commit2356a5e3d449b55358b11543df69098cce84c8e9 (patch)
tree5c3c7b17dcbc43ec30b13e7053d5cde4623cdf50
parent5ab03b973ddbb0c2ef008c06d02f73c460e2feb5 (diff)
downloadpackages-2356a5e3d449b55358b11543df69098cce84c8e9.tar.gz
packages-2356a5e3d449b55358b11543df69098cce84c8e9.tar.bz2
packages-2356a5e3d449b55358b11543df69098cce84c8e9.zip
clean up dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6902fe4..d5b446c 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.1 3 pkgver = 0.4.1
4 pkgrel = 1 4 pkgrel = 2
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,14 +9,12 @@ 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 = gconf
13 depends = gtk2 12 depends = gtk2
14 depends = gtk3 13 depends = gtk3
15 provides = popcorntime 14 provides = popcorntime
16 provides = popcorn-time-ce 15 provides = popcorntime-ce
17 provides = popcorntime-ci-bin
18 provides = popcorntime-stable-bin
19 conflicts = popcorntime 16 conflicts = popcorntime
17 conflicts = popcorntime-ce
20 options = !strip 18 options = !strip
21 source = https://get.popcorntime.app/build/Popcorn-Time-0.4.1-linux64.zip 19 source = https://get.popcorntime.app/build/Popcorn-Time-0.4.1-linux64.zip
22 source = popcorntime.desktop 20 source = popcorntime.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 21398be..0b9bff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,15 +16,15 @@
16pkgname=popcorntime-bin 16pkgname=popcorntime-bin
17_pkgname=popcorntime 17_pkgname=popcorntime
18pkgver=0.4.1 18pkgver=0.4.1
19pkgrel=1 19pkgrel=2
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' 'gconf' 'gtk2' 'gtk3') 24depends=('nss' 'ttf-font' 'libxss' 'gtk2' 'gtk3')
25makedepends=('unzip') 25makedepends=('unzip')
26provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') 26provides=('popcorntime' 'popcorntime-ce')
27conflicts=('popcorntime') 27conflicts=('popcorntime' 'popcorntime-ce')
28options=('!strip') 28options=('!strip')
29_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 29_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
30source=("https://get.popcorntime.app/build/$_zipfile" 30source=("https://get.popcorntime.app/build/$_zipfile"