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

Eric Bélanger eric at nymeria.archlinux.org
Mon Oct 28 02:27:31 UTC 2013


    Date: Monday, October 28, 2013 @ 03:27:31
  Author: eric
Revision: 197667

upgpkg: libmpd 11.8.17-2

Rebuild without static libraries

Modified:
  libmpd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 02:14:49 UTC (rev 197666)
+++ PKGBUILD	2013-10-28 02:27:31 UTC (rev 197667)
@@ -4,23 +4,22 @@
 
 pkgname=libmpd
 pkgver=11.8.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Signal based wrapper around libmpdclient"
 arch=('i686' 'x86_64')
 url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
 license=('GPL')
 depends=('glib2')
-options=('!libtool')
 source=(http://download.sarine.nl/Programs/gmpc/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5ae3d87467d52aef3345407adb0a2488')
 
 build() {
-  cd "${srcdir}/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list