diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:19:23 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:19:23 (GMT) |
commit | 133d5012b6ad92d5174e4f59d61add3d6ba95c68 (patch) | |
tree | 33ab072ee608d876a17f95badb5506920ea5b5fb /abs | |
parent | 59b243b363f24adf02b962ab2380f11fc7e564ef (diff) | |
download | linhes_pkgbuild-133d5012b6ad92d5174e4f59d61add3d6ba95c68.zip linhes_pkgbuild-133d5012b6ad92d5174e4f59d61add3d6ba95c68.tar.gz linhes_pkgbuild-133d5012b6ad92d5174e4f59d61add3d6ba95c68.tar.bz2 |
autoconf update to 2.66 ref 647
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/autoconf/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/autoconf/PKGBUILD b/abs/core-testing/autoconf/PKGBUILD index 75bd7ef..1ac8ed6 100644 --- a/abs/core-testing/autoconf/PKGBUILD +++ b/abs/core-testing/autoconf/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke <adyrtr@archlinux.org> pkgname=autoconf -pkgver=2.63 +pkgver=2.66 pkgrel=1 pkgdesc="A GNU tool for automatically configuring source code" arch=(i686 x86_64) @@ -12,7 +12,6 @@ groups=('base-devel') depends=('awk' 'm4' 'diffutils' 'bash') install=autoconf.install source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('43d76649fb86cd21d64f68c48d5abdcf') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -23,3 +22,4 @@ build() { # conflict with bintuils rm -f ${pkgdir}/usr/share/info/standards.info } +md5sums=('fb00d77cbc468994c55919298af1ff02') |