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

Antonio Rojas arojas at archlinux.org
Fri Jun 16 18:02:35 UTC 2017


    Date: Friday, June 16, 2017 @ 18:02:34
  Author: arojas
Revision: 298904

Restore soversion (FS#54470)

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 15:09:55 UTC (rev 298903)
+++ PKGBUILD	2017-06-16 18:02:34 UTC (rev 298904)
@@ -5,7 +5,7 @@
 
 pkgname=libconfig
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="C/C++ Configuration File Library"
 arch=('i686' 'x86_64')
 url="http://hyperrealm.com/libconfig/libconfig.html"
@@ -19,8 +19,7 @@
   cd $pkgname-$pkgver
 
 # See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.{c,h}
-  autoreconf -fvi
+  rm lib/scanner.c
 }
 
 build() {
@@ -27,7 +26,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
-  make -j1
+  make
 }
 
 package() {



More information about the arch-commits mailing list