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

Ionut Biru ibiru at archlinux.org
Sun Aug 12 20:43:41 UTC 2012


    Date: Sunday, August 12, 2012 @ 16:43:40
  Author: ibiru
Revision: 165201

update to 0.7

Modified:
  libcap-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-12 20:42:41 UTC (rev 165200)
+++ PKGBUILD	2012-08-12 20:43:40 UTC (rev 165201)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
 
 pkgname=libcap-ng
-pkgver=0.6.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="A library intended to make programming with POSIX capabilities much easier than the traditional libcap"
 arch=('i686' 'x86_64')
@@ -12,17 +12,17 @@
 depends=('glibc')
 options=('!libtool')
 source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('eb71f967cecb44b4342baac98ef8cb0f')
+md5sums=('85c14a2442a3721383a1e2284e254846')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --enable-static=no --with-python=no
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list