summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 749c6ddc6078..2b3a60f90731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime-bin
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.8.3
- pkgrel = 1
+ pkgrel = 2
url = http://popcorntime.io/
install = popcorntime.install
arch = x86_64
@@ -9,13 +9,14 @@ pkgbase = popcorntime-bin
license = GPL3
depends = libnotify
depends = desktop-file-utils
- depends = ttf-liberation
+ depends = ttf-font
depends = gconf
depends = nss
depends = libxtst
depends = gtk2
depends = alsa-lib
optdepends = net-tools: necessary for the new vpn feature
+ optdepends = ttf-liberation
provides = popcorntime
conflicts = popcorntime
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index f88644da9b13..73ea56d9196c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@
pkgname=popcorntime-bin
pkgver=0.3.8.3
_pkgver='0.3.8-3'
-pkgrel=1
+pkgrel=2
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('x86_64' 'i686')
url="http://popcorntime.io/"
license=('GPL3')
-depends=('libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
-optdepends=('net-tools: necessary for the new vpn feature')
+depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
+optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation')
provides=('popcorntime')
conflicts=('popcorntime')
options=('!strip')