diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /extra/ncmpc | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'extra/ncmpc')
-rw-r--r-- | extra/ncmpc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/ncmpc/PKGBUILD b/extra/ncmpc/PKGBUILD index 901e9f73f..63fdf1565 100644 --- a/extra/ncmpc/PKGBUILD +++ b/extra/ncmpc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 132708 2011-07-25 01:06:16Z angvp $ +# $Id: PKGBUILD 150715 2012-02-21 01:22:44Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Daniel Bainton <dpb [at] backarrow.org> pkgname=ncmpc -pkgver=0.19 +pkgver=0.20 pkgrel=1 pkgdesc="A ncurses (command line) interface for MPD" arch=("i686" "x86_64") @@ -15,7 +15,7 @@ depends=('ncurses' 'glib2' 'libmpdclient') optdepends=('python2: to enable lyrics plugin' 'ruby: to enable lyrics plugin') source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2") -md5sums=('d298ad1313ef3a522ef03367f8a1ffc0') +md5sums=('62b9df0263d9567babf7446c258acc5d') build() { cd ${srcdir}/${pkgname}-${pkgver} |