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

Tobias Powalowski tpowa at archlinux.org
Wed Nov 2 12:48:01 UTC 2011


    Date: Wednesday, November 2, 2011 @ 08:48:00
  Author: tpowa
Revision: 141709

rebuild for signing and added check function

Modified:
  cracklib/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-02 12:41:54 UTC (rev 141708)
+++ PKGBUILD	2011-11-02 12:48:00 UTC (rev 141709)
@@ -4,7 +4,7 @@
 
 pkgname=cracklib
 pkgver=2.8.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Password Checking Library"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,6 +20,11 @@
   make 
 }
 
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install




More information about the arch-commits mailing list