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

Tobias Powalowski tpowa at archlinux.org
Wed Nov 2 13:12:14 UTC 2011


    Date: Wednesday, November 2, 2011 @ 09:12:14
  Author: tpowa
Revision: 141717

rebuild for signing

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-02 12:57:23 UTC (rev 141716)
+++ PKGBUILD	2011-11-02 13:12:14 UTC (rev 141717)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=groff
 pkgver=1.21
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU troff text-formatting system"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/groff/groff.html"
@@ -25,6 +25,11 @@
   make
 }
 
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $srcdir/$pkgname-$pkgver
   make prefix=$pkgdir/usr install




More information about the arch-commits mailing list