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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Jun 26 09:47:19 UTC 2014


    Date: Thursday, June 26, 2014 @ 11:47:19
  Author: bpiotrowski
Revision: 215475

upgpkg: libffi 3.1-2

regenerate configure to make use of applied patch

Modified:
  libffi/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-26 09:27:07 UTC (rev 215474)
+++ PKGBUILD	2014-06-26 09:47:19 UTC (rev 215475)
@@ -5,7 +5,7 @@
 
 pkgname=libffi
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable foreign function interface library'
 arch=('i686' 'x86_64')
 url='http://sourceware.org/libffi/'
@@ -21,6 +21,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../0001-Fix-paths-in-libffi.pc.in.patch
+  autoreconf -fi
 }
 
 build() {




More information about the arch-commits mailing list