summaryrefslogtreecommitdiff
path: root/extra/ncmpc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-28 03:59:44 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-28 03:59:44 +0000
commitf62112e9664a5448ebcceb9e4b851d65f2361a5c (patch)
treea6f1e6e4ec57e842cea624c2062897e052d20a6b /extra/ncmpc
parent2676c8b3a08c1af42cabaa11ac68985ef635eca3 (diff)
Sat Jun 28 03:57:02 UTC 2014
Diffstat (limited to 'extra/ncmpc')
-rw-r--r--extra/ncmpc/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/ncmpc/PKGBUILD b/extra/ncmpc/PKGBUILD
index 6759227fa..edcd83e2f 100644
--- a/extra/ncmpc/PKGBUILD
+++ b/extra/ncmpc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 182640 2013-04-11 22:29:15Z bisson $
+# $Id: PKGBUILD 215504 2014-06-27 12:04:47Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -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 @@ license=('GPL')
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() {