diff options
author | ricardofunke | 2015-08-20 11:46:33 -0300 |
---|---|---|
committer | ricardofunke | 2015-08-20 11:46:33 -0300 |
commit | 0ec695b37dff39f93a184236cd6521625a262dda (patch) | |
tree | a5fe9c3097c0a53573ebf9d227801f0e86956f87 /PKGBUILD | |
parent | cae6ba667fffb3fb4b56e72ceac61e1657f9e9db (diff) | |
download | packages-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-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,13 +11,13 @@ | |||
11 | pkgname=popcorntime-bin | 11 | pkgname=popcorntime-bin |
12 | pkgver=0.3.8.3 | 12 | pkgver=0.3.8.3 |
13 | _pkgver='0.3.8-3' | 13 | _pkgver='0.3.8-3' |
14 | pkgrel=1 | 14 | pkgrel=2 |
15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." | 15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." |
16 | arch=('x86_64' 'i686') | 16 | arch=('x86_64' 'i686') |
17 | url="http://popcorntime.io/" | 17 | url="http://popcorntime.io/" |
18 | license=('GPL3') | 18 | license=('GPL3') |
19 | depends=('libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') | 19 | depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') |
20 | optdepends=('net-tools: necessary for the new vpn feature') | 20 | optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation') |
21 | provides=('popcorntime') | 21 | provides=('popcorntime') |
22 | conflicts=('popcorntime') | 22 | conflicts=('popcorntime') |
23 | options=('!strip') | 23 | options=('!strip') |