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

Allan McRae allan at archlinux.org
Sat Sep 19 03:20:38 UTC 2009


    Date: Friday, September 18, 2009 @ 23:20:38
  Author: allan
Revision: 52398

upgpkg: libcap 2.17-1
    upstream update, add attr dep

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-19 03:16:12 UTC (rev 52397)
+++ PKGBUILD	2009-09-19 03:20:38 UTC (rev 52398)
@@ -2,15 +2,15 @@
 # Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=libcap
-pkgver=2.16
-pkgrel=3
+pkgver=2.17
+pkgrel=1
 pkgdesc="POSIX 1003.1e capabilities"
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/pub/linux/libs/security/linux-privs/"
 license=('GPL')
-depends=('glibc')
+depends=('glibc' 'attr')
 source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9e075fda242c4070ba76407064c13302')
+md5sums=('fa8c3841ce491b379de316a195e65da2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -18,5 +18,5 @@
   make prefix=/usr DESTDIR=${pkgdir} install
 
   rm ${pkgdir}/lib/*.a || return 1
-  chmod 755 ${pkgdir}/lib/libcap.so.* || return 1
+  chmod 755 ${pkgdir}/lib/libcap.so.${pkgver} || return 1
 }




More information about the arch-commits mailing list