diff options
author | root <root@rshg047.dnsready.net> | 2011-05-10 22:33:36 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-10 22:33:36 +0000 |
commit | 01b47af6474ac094ec199c7d75208874f8842d87 (patch) | |
tree | 44a048d09e5233a98d35c660e67be2a818832a56 /core/libcap | |
parent | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (diff) |
Tue May 10 22:33:36 UTC 2011
Diffstat (limited to 'core/libcap')
-rw-r--r-- | core/libcap/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libcap/PKGBUILD b/core/libcap/PKGBUILD index 4a30e4009..2d91dbbf9 100644 --- a/core/libcap/PKGBUILD +++ b/core/libcap/PKGBUILD @@ -1,9 +1,9 @@ -#$Id: PKGBUILD 107283 2011-01-23 06:26:22Z allan $ +#$Id: PKGBUILD 122049 2011-05-02 01:47:02Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libcap -pkgver=2.20 +pkgver=2.21 pkgrel=1 pkgdesc="POSIX 1003.1e capabilities" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://www.kernel.org/pub/linux/libs/security/linux-privs/" license=('GPL') depends=('glibc' 'attr') source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${pkgname}-${pkgver}.tar.gz) -md5sums=('8ce6905851ffdde287d00d8269775ade') +md5sums=('61966ef40f2dee8731b69db895e4548d') build() { cd ${srcdir}/${pkgname}-${pkgver} |