summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorricardofunke2015-08-20 11:46:33 -0300
committerricardofunke2015-08-20 11:46:33 -0300
commit0ec695b37dff39f93a184236cd6521625a262dda (patch)
treea5fe9c3097c0a53573ebf9d227801f0e86956f87 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')