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

Antonio Rojas arojas at archlinux.org
Tue Jun 5 07:39:55 UTC 2018


    Date: Tuesday, June 5, 2018 @ 07:39:55
  Author: arojas
Revision: 325893

BUILDINFO rebuild

Modified:
  dmraid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 07:17:46 UTC (rev 325892)
+++ PKGBUILD	2018-06-05 07:39:55 UTC (rev 325893)
@@ -4,7 +4,7 @@
 
 pkgname=dmraid
 pkgver=1.0.0.rc16.3
-pkgrel=10
+pkgrel=11
 pkgdesc="Device mapper RAID interface"
 url="http://people.redhat.com/~heinzm/sw/dmraid/"
 conflicts=('mkinitcpio<0.7')
@@ -27,7 +27,7 @@
 build() {
   cd "$pkgname/1.0.0.rc16-3/$pkgname"
   ./configure --enable-led --enable-intel_led
-  make
+  make -j1
 }
 
 package() {



More information about the arch-commits mailing list