summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b3a60f..ac700bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = popcorntime-bin
16 depends = gtk2 16 depends = gtk2
17 depends = alsa-lib 17 depends = alsa-lib
18 optdepends = net-tools: necessary for the new vpn feature 18 optdepends = net-tools: necessary for the new vpn feature
19 optdepends = ttf-liberation 19 optdepends = ttf-liberation: open source ttf fonts
20 provides = popcorntime 20 provides = popcorntime
21 conflicts = popcorntime 21 conflicts = popcorntime
22 options = !strip 22 options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 73ea56d..1f48785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@
7# Contributor: UshakovVasilii <UshakovVasilii [at] yahoo [dot] com> 7# Contributor: UshakovVasilii <UshakovVasilii [at] yahoo [dot] com>
8# Contributor: Giulio Fidente <gfidente [at] gmail [dot] com> 8# Contributor: Giulio Fidente <gfidente [at] gmail [dot] com>
9# Contributor: xantares <xantares09 [at] hotmail [dot] com> 9# Contributor: xantares <xantares09 [at] hotmail [dot] com>
10# Contributor: petterk <stifler3k [at] hotmail [dot] com>
10 11
11pkgname=popcorntime-bin 12pkgname=popcorntime-bin
12pkgver=0.3.8.3 13pkgver=0.3.8.3
@@ -17,7 +18,7 @@ arch=('x86_64' 'i686')
17url="http://popcorntime.io/" 18url="http://popcorntime.io/"
18license=('GPL3') 19license=('GPL3')
19depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') 20depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
20optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation') 21optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation: open source ttf fonts')
21provides=('popcorntime') 22provides=('popcorntime')
22conflicts=('popcorntime') 23conflicts=('popcorntime')
23options=('!strip') 24options=('!strip')