diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/nicotine/PKGBUILD | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/pcr/nicotine/PKGBUILD b/pcr/nicotine/PKGBUILD index b0bd552b4..c167011fb 100644 --- a/pcr/nicotine/PKGBUILD +++ b/pcr/nicotine/PKGBUILD @@ -1,15 +1,20 @@ +# Maintainer (Arch): Antonio Rojas <nqn1976 @ gmail.com> +# Contributor (Arch): Alexander Rødseth <rodseth@gmail.com> +# Contributor (Arch): Angel Velasquez <angvp@archlinux.org> +# Contributor (Arch): Hugo Doria <hugo@archlinux.org> +# Contributor (Arch): Andrew Wright <andreww@photism.org> # Maintainer: Guest One <theguestone at gmail dot com> pkgname=nicotine pkgver=1.2.16 -pkgrel=1 -pkgdesc="Soulseek music-sharing client, written in python" -arch=('i686') +pkgrel=7 +pkgdesc='Soulseek music-sharing client, written in python' +arch=('x86_64' 'i686') url='http://sourceforge.net/projects/nicotine-plus/' license=('GPL') -depends=('pygtk' 'mutagen' 'python2-sexy') +depends=('pygtk' 'mutagen') makedepends=('setconf') -optdepends=('python2-geoip: to enable Geographical blocker') +optdepends=('python2-geoip: to enable Geographical blocker' 'python2-sexy: spell checking support' 'miniupnpc-python2: UPNP support') source=("http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2") sha256sums=('71e5b33e273daaf072dbf63839536c14d7ead9d149323d50eee09f7429e34c1d') |