[arch-commits] Commit in ncmpc/trunk (PKGBUILD)
James Rayner
james at archlinux.org
Sat Jan 24 13:20:45 UTC 2009
Date: Saturday, January 24, 2009 @ 08:20:44
Author: james
Revision: 25237
upgpkg: ncmpc 0.13-1
Modified:
ncmpc/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-01-24 13:18:44 UTC (rev 25236)
+++ PKGBUILD 2009-01-24 13:20:44 UTC (rev 25237)
@@ -3,17 +3,17 @@
# Contributor Daniel Bainton <dpb [at] backarrow.org>
pkgname=ncmpc
-pkgver=0.11.1
-pkgrel=5
+pkgver=0.13
+pkgrel=1
pkgdesc="A ncurses (command line) interface for MPD"
arch=("i686" "x86_64")
url="http://hem.bredband.net/kaw/ncmpc/"
# url="http://www.musicpd.org/?page=ncmpc"
license="GPL"
depends=('ncurses' 'glib2')
-source=("http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz")
-md5sums=('c90668b12f3676c73913a863482ec405')
+source=("http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2")
+
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc
@@ -21,5 +21,5 @@
make prefix=$startdir/pkg/usr install
mkdir -p $startdir/pkg/etc/ncmpc
cp $startdir/src/$pkgname-$pkgver/doc/{config.sample,keys.sample} $startdir/pkg/etc/ncmpc/
- mv ${pkgdir}/usr/man ${pkgdir}/usr/share/
}
+md5sums=('5ef1c45d62fad85b7d42ab5c9bcde33e')
More information about the arch-commits
mailing list