diff options
| author | ricardofunke | 2015-08-20 11:51:48 -0300 |
|---|---|---|
| committer | ricardofunke | 2015-08-20 11:51:48 -0300 |
| commit | 7488a9392db88efc2d64a01d9ff908d7759b59d1 (patch) | |
| tree | 90c37885067955f573c71309554911c75e89dac3 | |
| parent | 0ec695b37dff39f93a184236cd6521625a262dda (diff) | |
| download | packages-7488a9392db88efc2d64a01d9ff908d7759b59d1.tar.gz packages-7488a9392db88efc2d64a01d9ff908d7759b59d1.tar.bz2 packages-7488a9392db88efc2d64a01d9ff908d7759b59d1.zip | |
Adding description for the ttf-liberation optional dependency and petterk as a contributor
| -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') |
