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

Jan Steffens heftig at archlinux.org
Sat Sep 6 19:18:15 UTC 2014


    Date: Saturday, September 6, 2014 @ 21:18:15
  Author: heftig
Revision: 221046

libunistring rebuild

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-06 18:56:07 UTC (rev 221045)
+++ PKGBUILD	2014-09-06 19:18:15 UTC (rev 221046)
@@ -3,7 +3,7 @@
 
 pkgname=gettext
 pkgver=0.19.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext/"
@@ -25,7 +25,7 @@
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
+  make -j1 -k check
 }
 
 package() {




More information about the arch-commits mailing list