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

Allan McRae allan at archlinux.org
Mon Apr 16 04:33:05 UTC 2012


    Date: Monday, April 16, 2012 @ 00:33:05
  Author: allan
Revision: 156206

upgpkg: automake 1.11.5-1

upstream update

Modified:
  automake/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-16 03:57:28 UTC (rev 156205)
+++ PKGBUILD	2012-04-16 04:33:05 UTC (rev 156206)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=automake
-pkgver=1.11.4
+pkgver=1.11.5
 pkgrel=1
 pkgdesc="A GNU tool for automatically creating Makefiles"
 arch=('any')
@@ -13,9 +13,9 @@
 depends=('perl' 'bash')
 makedepends=('autoconf')
 install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('f4c545f01252089d2c3837e1d1d3e21b'
-         '290d7b0dc40011b3956decc1effb0bb1')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('13f6a9522339ac0885110506cb7abad8'
+         'c1170aad0acbe57b87d17b5eaf3f9061')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,8 +23,7 @@
   make
 }
 
-check()
-{
+check() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make check
 }




More information about the arch-commits mailing list