[arch-commits] Commit in ncmpc/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Wed Sep 29 06:29:56 UTC 2010
Date: Wednesday, September 29, 2010 @ 02:29:55
Author: andrea
Revision: 92103
upgpkg: ncmpc 0.18-2
upstream release
Modified:
ncmpc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-09-29 06:04:51 UTC (rev 92102)
+++ PKGBUILD 2010-09-29 06:29:55 UTC (rev 92103)
@@ -5,20 +5,20 @@
pkgname=ncmpc
pkgver=0.18
-pkgrel=1
+pkgrel=2
pkgdesc="A ncurses (command line) interface for MPD"
arch=("i686" "x86_64")
url="http://mpd.wikia.com/wiki/Client:Ncmpc"
license=('GPL')
depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python: to enable lyrics plugin'
+optdepends=('python2: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2")
md5sums=('9f07e8289b710c7c41b3c80ba73fed76')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
-# sed -i 's#python#python2#' lyrics/30-leoslyrics.py
+ sed -i 's#python#python2#' lyrics/30-leoslyrics.py
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-lyrics-screen \
More information about the arch-commits
mailing list