summarylogtreecommitdiffstats
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)
downloadaur-2356a5e3d449b55358b11543df69098cce84c8e9.tar.gz
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 6902fe4eb23c..d5b446c20e87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime-bin
pkgdesc = Stream free movies and TV shows from torrents
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://popcorntime.app/
arch = x86_64
license = GPL3
@@ -9,14 +9,12 @@ pkgbase = popcorntime-bin
depends = nss
depends = ttf-font
depends = libxss
- depends = gconf
depends = gtk2
depends = gtk3
provides = popcorntime
- provides = popcorn-time-ce
- provides = popcorntime-ci-bin
- provides = popcorntime-stable-bin
+ provides = popcorntime-ce
conflicts = popcorntime
+ conflicts = popcorntime-ce
options = !strip
source = https://get.popcorntime.app/build/Popcorn-Time-0.4.1-linux64.zip
source = popcorntime.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 21398bea048e..0b9bff01a2c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,15 +16,15 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Stream free movies and TV shows from torrents"
arch=('x86_64')
url="https://popcorntime.app/"
license=('GPL3')
-depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3')
+depends=('nss' 'ttf-font' 'libxss' 'gtk2' 'gtk3')
makedepends=('unzip')
-provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
-conflicts=('popcorntime')
+provides=('popcorntime' 'popcorntime-ce')
+conflicts=('popcorntime' 'popcorntime-ce')
options=('!strip')
_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
source=("https://get.popcorntime.app/build/$_zipfile"