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

Tobias Powalowski tpowa at archlinux.org
Wed Nov 2 12:52:36 UTC 2011


    Date: Wednesday, November 2, 2011 @ 08:52:36
  Author: tpowa
Revision: 141713

rebuild for signing and added check function

Modified:
  findutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-02 12:52:05 UTC (rev 141712)
+++ PKGBUILD	2011-11-02 12:52:36 UTC (rev 141713)
@@ -3,7 +3,7 @@
 
 pkgname=findutils
 pkgver=4.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="GNU utilities to locate files"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -25,6 +25,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