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

Rémy Oudompheng remy at archlinux.org
Sat Sep 4 16:53:44 UTC 2010


    Date: Saturday, September 4, 2010 @ 12:53:43
  Author: remy
Revision: 89890

upgpkg: ncmpc 0.17-2
Rebuild (point to /usr/bin/python2).

Modified:
  ncmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-04 16:52:43 UTC (rev 89889)
+++ PKGBUILD	2010-09-04 16:53:43 UTC (rev 89890)
@@ -5,19 +5,20 @@
 
 pkgname=ncmpc
 pkgver=0.17
-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=('462e848d02d80e912229801d522c4d37')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  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