[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Sep 29 06:03:39 UTC 2010


    Date: Wednesday, September 29, 2010 @ 02:03:38
  Author: andrea
Revision: 92098

upgpkg: ncmpc 0.18-1
upstream release

Modified:
  ncmpc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-28 21:23:20 UTC (rev 92097)
+++ PKGBUILD	2010-09-29 06:03:38 UTC (rev 92098)
@@ -4,21 +4,21 @@
 # Contributor: Daniel Bainton <dpb [at] backarrow.org>
 
 pkgname=ncmpc
-pkgver=0.17
-pkgrel=2
+pkgver=0.18
+pkgrel=1
 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=('python2: to enable lyrics plugin'
+optdepends=('python: to enable lyrics plugin'
 	'ruby: to enable lyrics plugin')
 source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('462e848d02d80e912229801d522c4d37')
+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