summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11be7cc7c9c6..7e38b304d547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = popcorntime-bin
pkgdesc = Stream movies and TV shows from torrents (stable builds)
pkgver = 0.3.10
- pkgrel = 5
+ pkgrel = 6
url = https://popcorntime.sh
arch = x86_64
license = GPL3
depends = nss
depends = ttf-font
depends = libxss
- depends = gconf
- depends = gtk2
depends = gtk3
provides = popcorntime
provides = popcorn-time-ce
diff --git a/PKGBUILD b/PKGBUILD
index 4d7bc2902e0a..7fcd79fe9bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Kostis Karantias <kkarantias [at] gmail [dot] com>
+# Maintainer: Stephan Springer <buzo+arch@Lini.de>
+# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com>
# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com>
# Contributor: Bastien Traverse <firstname at lastname dot email>
# Contributor: Ricardo Funke <ricardo [at] gmail [dot] com>
@@ -15,12 +16,12 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
pkgver=0.3.10
-pkgrel=5
+pkgrel=6
pkgdesc="Stream movies and TV shows from torrents (stable builds)"
arch=('x86_64')
url="https://popcorntime.sh"
license=('GPL3')
-depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3')
+depends=('nss' 'ttf-font' 'libxss' 'gtk3')
provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin')
conflicts=('popcorntime')
options=('!strip')