summaryrefslogtreecommitdiff
path: root/extra/ncmpc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-11 04:03:37 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-11 04:03:37 +0000
commite9edbddfc72fad97cd89e1f65e5718fc83be6bb5 (patch)
tree4d89837ca360352c969675d57607d461ddf431d6 /extra/ncmpc
parent1fc4a2dbc11c7c17bea5b98d2924e148869cae7b (diff)
Fri Jul 11 04:00:23 UTC 2014
Diffstat (limited to 'extra/ncmpc')
-rw-r--r--extra/ncmpc/PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/extra/ncmpc/PKGBUILD b/extra/ncmpc/PKGBUILD
index edcd83e2f..0af09f347 100644
--- a/extra/ncmpc/PKGBUILD
+++ b/extra/ncmpc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 215504 2014-06-27 12:04:47Z bisson $
+# $Id: PKGBUILD 216764 2014-07-10 16:20:56Z 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.22
+pkgver=0.23
pkgrel=1
pkgdesc='Fully featured MPD client using ncurses'
url='http://www.musicpd.org/clients/ncmpc/'
@@ -15,16 +15,8 @@ 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.xz"
- "po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1")
-makedepends=('git')
-sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4'
- 'SKIP')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- cp -a ../po/po/*.po po
-}
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('571ba50a252d9a7c69ae089b576560ef9de2f423')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"