Date: Friday, June 27, 2014 @ 14:03:24 Author: bisson Revision: 215503
upstream update Modified: ncmpc/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-27 11:40:20 UTC (rev 215502) +++ PKGBUILD 2014-06-27 12:03:24 UTC (rev 215503) @@ -6,7 +6,7 @@ # Contributor: Daniel Bainton <dpb [at] backarrow.org> pkgname=ncmpc -pkgver=0.21 +pkgver=0.22 pkgrel=1 pkgdesc='Fully featured MPD client using ncurses' url='http://www.musicpd.org/clients/ncmpc/' @@ -15,12 +15,15 @@ depends=('ncurses' 'glib2' 'libmpdclient') optdepends=('python2: to enable lyrics plugin' 'ruby: to enable lyrics plugin') -source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5') +source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" + "po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1") +makedepends=('git') +sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4' + 'SKIP') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -e 's#python#python2#' -i lyrics/30-leoslyrics.py + cp -a ../po/po/*.po po } build() {
