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

Tobias Powalowski tpowa at archlinux.org
Thu Nov 3 20:13:50 UTC 2011


    Date: Thursday, November 3, 2011 @ 16:13:50
  Author: tpowa
Revision: 141983

signed rebuild and added check function

Modified:
  rpcbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-03 20:12:30 UTC (rev 141982)
+++ PKGBUILD	2011-11-03 20:13:50 UTC (rev 141983)
@@ -3,7 +3,7 @@
 
 pkgname=rpcbind
 pkgver=0.2.0
-pkgrel=3
+pkgrel=5
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 depends=('bash' 'glibc' 'libtirpc')
@@ -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