diff options
author | James Meyer <james.meyer@operamail.com> | 2010-08-30 22:24:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-08-30 22:24:02 (GMT) |
commit | c4bd4457b5d640e1c8f5afbca7cd54c53691e5fc (patch) | |
tree | f4e4f7a91e1d9d90033fd99d89e5e26a2c144528 /abs/core/autoconf/PKGBUILD | |
parent | 0e7b327a1ae444233f1308a95420f70540ad74a3 (diff) | |
download | linhes_pkgbuild-c4bd4457b5d640e1c8f5afbca7cd54c53691e5fc.zip linhes_pkgbuild-c4bd4457b5d640e1c8f5afbca7cd54c53691e5fc.tar.gz linhes_pkgbuild-c4bd4457b5d640e1c8f5afbca7cd54c53691e5fc.tar.bz2 |
RSYNC CORE:
resync core-testing -> core
Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'abs/core/autoconf/PKGBUILD')
-rw-r--r-- | abs/core/autoconf/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/autoconf/PKGBUILD b/abs/core/autoconf/PKGBUILD index 75bd7ef..1ac8ed6 100644 --- a/abs/core/autoconf/PKGBUILD +++ b/abs/core/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') |