diff options
author | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-16 23:14:27 +0000 |
commit | d286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch) | |
tree | 0df8ee0846c9886fd41db46eba16f7877d70af93 /community/ncmpcpp | |
parent | 8fd7bc607a8e4b26853b4263153a736767b163cd (diff) |
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'community/ncmpcpp')
-rw-r--r-- | community/ncmpcpp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD index 5b75c04df..6c44f2274 100644 --- a/community/ncmpcpp/PKGBUILD +++ b/community/ncmpcpp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 45584 2011-04-24 17:56:50Z mherych $ +# $Id: PKGBUILD 56861 2011-10-15 07:25:39Z bpiotrowski $ # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: Army <uli[dot]armbruster[at]gmail[dot]com> pkgname=ncmpcpp -pkgver=0.5.7 +pkgver=0.5.8 pkgrel=1 pkgdesc="An almost exact clone of ncmpc with some new features." arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('curl' 'libmpdclient' 'taglib' 'ncurses') install=ncmpcpp.install source=(http://unkart.ovh.org/ncmpcpp/${pkgname}-${pkgver}.tar.bz2) -md5sums=('6632c76f2f0836c5aa5a1a2fbb1c921c') +md5sums=('288952c6b4cf4fa3683f3f83a58da37c') build() { cd "$srcdir/${pkgname}-${pkgver}" |