diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |
@@ -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 | ||
11 | pkgname=popcorntime-bin | 12 | pkgname=popcorntime-bin |
12 | pkgver=0.3.8.3 | 13 | pkgver=0.3.8.3 |
@@ -17,7 +18,7 @@ arch=('x86_64' 'i686') | |||
17 | url="http://popcorntime.io/" | 18 | url="http://popcorntime.io/" |
18 | license=('GPL3') | 19 | license=('GPL3') |
19 | depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') | 20 | depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') |
20 | optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation') | 21 | optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation: open source ttf fonts') |
21 | provides=('popcorntime') | 22 | provides=('popcorntime') |
22 | conflicts=('popcorntime') | 23 | conflicts=('popcorntime') |
23 | options=('!strip') | 24 | options=('!strip') |