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

Allan McRae allan at archlinux.org
Wed Aug 15 07:11:39 UTC 2012


    Date: Wednesday, August 15, 2012 @ 03:11:38
  Author: allan
Revision: 165302

upgpkg: automake 1.12.3-1

upstream update

Modified:
  automake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-15 06:24:22 UTC (rev 165301)
+++ PKGBUILD	2012-08-15 07:11:38 UTC (rev 165302)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=automake
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="A GNU tool for automatically creating Makefiles"
 arch=('any')
@@ -15,13 +15,13 @@
 install=automake.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
         automake-1.12.2-aclocal7-test-fix.diff)
-md5sums=('56c3ab38a5ed8f2b825341b4e007372a'
-         '09e754ad7198853dc6abe22cc5e6ba4b'
+md5sums=('0df082825f8f41087eb70c5088f4515e'
+         '1e272ddf91d347e1316afd970568ee81'
          '12280109fc55cfb6197feecfbe7ab513')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
+  #patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list