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

Tobias Kieslich tobias at archlinux.org
Sun Nov 9 06:37:22 UTC 2008


    Date: Sunday, November 9, 2008 @ 01:37:21
  Author: tobias
Revision: 18795

upgpkg: libmpd 0.16.0-1

Modified:
  libmpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-09 06:29:36 UTC (rev 18794)
+++ PKGBUILD	2008-11-09 06:37:21 UTC (rev 18795)
@@ -2,20 +2,19 @@
 # Maintainer: tobias <tobias at archlinux.org>
 
 pkgname=libmpd
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Signal based wrapper around libmpdclient"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://sarine.nl/libmpd"
-depends=('glibc')
+depends=('glib2')
 options=('!libtool')
-source=(http://sarine.nl/index.php\?mact=Uploads,cntnt01,getfile,0\&cntnt01showtemplate=false\&cntnt01upload_id=39\&cntnt01returnid=71)
-md5sums=('723f84bb2d42deee76d2ebea6db61656')
+source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6a65cacde8ae12af0fe1ef739831f928')
 
 build() {
   cd ${startdir}/src
-  mv index.php* ./${pkgname}-${pkgver}.tar.gz
   tar xzf ${pkgname}-${pkgver}.tar.gz 
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr




More information about the arch-commits mailing list