diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:49:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:49:46 -0300 |
commit | b8be8316e6cf62713329cb15d77411658d7cb447 (patch) | |
tree | e5486c1e5bb7baa1e5356fb8de18beb263f51fbb /extra/ncmpc | |
parent | f8f8c2edc0a58f29e716f32453ee296980faef03 (diff) | |
parent | 1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/libtirpc/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/imap/PKGBUILD
Diffstat (limited to 'extra/ncmpc')
-rw-r--r-- | extra/ncmpc/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/ncmpc/PKGBUILD b/extra/ncmpc/PKGBUILD index cffe0f18f..c4b433f55 100644 --- a/extra/ncmpc/PKGBUILD +++ b/extra/ncmpc/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 92103 2010-09-29 06:29:55Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 132708 2011-07-25 01:06:16Z 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.18 -pkgrel=2 +pkgver=0.19 +pkgrel=1 pkgdesc="A ncurses (command line) interface for MPD" arch=("i686" "x86_64" 'mips64el') url="http://mpd.wikia.com/wiki/Client:Ncmpc" @@ -14,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=('9f07e8289b710c7c41b3c80ba73fed76') +md5sums=('d298ad1313ef3a522ef03367f8a1ffc0') build() { cd ${srcdir}/${pkgname}-${pkgver} |