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

Florian Pritz bluewind at archlinux.org
Tue Jan 3 21:11:59 UTC 2012


    Date: Tuesday, January 3, 2012 @ 16:11:59
  Author: bluewind
Revision: 145892

upgpkg: perl 5.14.2-6

rebuild for db 5.3.15-1

Modified:
  perl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-03 20:31:43 UTC (rev 145891)
+++ PKGBUILD	2012-01-03 21:11:59 UTC (rev 145892)
@@ -5,7 +5,7 @@
 # Contributor: francois <francois.archlinux.org> 
 pkgname=perl
 pkgver=5.14.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -19,7 +19,7 @@
 provides.pl
 0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
 install=perl.install
-options=('!makeflags' '!purge')
+options=('makeflags' '!purge')
 md5sums=('04a4c5d3c1f9f19d77daff8e8cd19a26'
          '5ed2542fdb9a60682f215bd33701e61a'
          '1f0cbbee783e8a6d32f01be5118e0d5e'
@@ -57,7 +57,8 @@
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make test
+  TEST_JOBS=$(echo $MAKEFLAGS | sed 's/.*-j\([0-9][0-9]*\).*/\1/') make test_harness
+#  make test
 }
 
 package() {




More information about the arch-commits mailing list