summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorricardofunke2015-08-20 11:46:33 -0300
committerricardofunke2015-08-20 11:46:33 -0300
commit0ec695b37dff39f93a184236cd6521625a262dda (patch)
treea5fe9c3097c0a53573ebf9d227801f0e86956f87
parentcae6ba667fffb3fb4b56e72ceac61e1657f9e9db (diff)
downloadpackages-0ec695b37dff39f93a184236cd6521625a262dda.tar.gz
packages-0ec695b37dff39f93a184236cd6521625a262dda.tar.bz2
packages-0ec695b37dff39f93a184236cd6521625a262dda.zip
replacing ttf-liberation with ttf-font and providing ttf-liberation as an optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 749c6dd..2b3a60f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = popcorntime-bin 1pkgbase = popcorntime-bin
2 pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. 2 pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
3 pkgver = 0.3.8.3 3 pkgver = 0.3.8.3
4 pkgrel = 1 4 pkgrel = 2
5 url = http://popcorntime.io/ 5 url = http://popcorntime.io/
6 install = popcorntime.install 6 install = popcorntime.install
7 arch = x86_64 7 arch = x86_64
@@ -9,13 +9,14 @@ pkgbase = popcorntime-bin
9 license = GPL3 9 license = GPL3
10 depends = libnotify 10 depends = libnotify
11 depends = desktop-file-utils 11 depends = desktop-file-utils
12 depends = ttf-liberation 12 depends = ttf-font
13 depends = gconf 13 depends = gconf
14 depends = nss 14 depends = nss
15 depends = libxtst 15 depends = libxtst
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 provides = popcorntime 20 provides = popcorntime
20 conflicts = popcorntime 21 conflicts = popcorntime
21 options = !strip 22 options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index f88644d..73ea56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@
11pkgname=popcorntime-bin 11pkgname=popcorntime-bin
12pkgver=0.3.8.3 12pkgver=0.3.8.3
13_pkgver='0.3.8-3' 13_pkgver='0.3.8-3'
14pkgrel=1 14pkgrel=2
15pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." 15pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
16arch=('x86_64' 'i686') 16arch=('x86_64' 'i686')
17url="http://popcorntime.io/" 17url="http://popcorntime.io/"
18license=('GPL3') 18license=('GPL3')
19depends=('libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') 19depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
20optdepends=('net-tools: necessary for the new vpn feature') 20optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation')
21provides=('popcorntime') 21provides=('popcorntime')
22conflicts=('popcorntime') 22conflicts=('popcorntime')
23options=('!strip') 23options=('!strip')