[arch-commits] Commit in libcap-ng/trunk (PKGBUILD)
Anatol Pomozov
anatolik at nymeria.archlinux.org
Sat Jun 28 00:47:56 UTC 2014
Date: Saturday, June 28, 2014 @ 02:47:56
Author: anatolik
Revision: 215525
upgpkg: libcap-ng 0.7.4-1
Add check() function
Modified:
libcap-ng/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-06-27 20:24:11 UTC (rev 215524)
+++ PKGBUILD 2014-06-28 00:47:56 UTC (rev 215525)
@@ -3,7 +3,7 @@
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at 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 @@
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 @@
make
}
+check() {
+ cd $pkgname-$pkgver
+
+ make check
+}
+
package() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list