summaryrefslogtreecommitdiff
path: root/extra/libcap-ng
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
commit88933a383866089c23f6d62783a6a24ab211e872 (patch)
tree06df2798b84f9e12ebbef88948c0e5b2a3227e99 /extra/libcap-ng
parentffb384c05abcdb9c7a7d9df8407b8efc8caa78de (diff)
Tue Jul 1 03:46:37 UTC 2014
Diffstat (limited to 'extra/libcap-ng')
-rw-r--r--extra/libcap-ng/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/extra/libcap-ng/PKGBUILD b/extra/libcap-ng/PKGBUILD
index 8ed9da266..bda080ade 100644
--- a/extra/libcap-ng/PKGBUILD
+++ b/extra/libcap-ng/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 198133 2013-10-30 12:59:19Z allan $
+# $Id: PKGBUILD 215908 2014-06-30 20:13:42Z anatolik $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
pkgname=libcap-ng
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="A library making programming with POSIX capabilities easier than traditional libcap"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://people.redhat.com/sgrubb/libcap-ng/"
license=('GPL2' 'LGPL2.1')
depends=('glibc')
source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('610afb774f80a8032b711281df126283')
+md5sums=('55c57c0673b944ea1a755bcb2636dabd')
build() {
cd $pkgname-$pkgver
@@ -20,6 +20,12 @@ build() {
make
}
+check() {
+ cd $pkgname-$pkgver
+
+ make check
+}
+
package() {
cd $pkgname-$pkgver