diff options
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') |