Date: Thursday, July 10, 2014 @ 18:20:24 Author: bisson Revision: 216763
upstream update Modified: ncmpc/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-10 08:57:31 UTC (rev 216762) +++ PKGBUILD 2014-07-10 16:20:24 UTC (rev 216763) @@ -6,7 +6,7 @@ # Contributor: Daniel Bainton <dpb [at] backarrow.org> pkgname=ncmpc -pkgver=0.22 +pkgver=0.23 pkgrel=1 pkgdesc='Fully featured MPD client using ncurses' url='http://www.musicpd.org/clients/ncmpc/' @@ -15,17 +15,9 @@ 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.xz" - "po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1") -makedepends=('git') -sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4' - 'SKIP') +source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('571ba50a252d9a7c69ae089b576560ef9de2f423') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - cp -a ../po/po/*.po po -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \
