diff --git a/autogen/PKGBUILD b/autogen/PKGBUILD index be1159521..abd9a417b 100644 --- a/autogen/PKGBUILD +++ b/autogen/PKGBUILD @@ -5,8 +5,8 @@ # maintainer (x86_64): Manuel Tortosa pkgname=autogen -pkgver=5.11.5 -pkgrel=2 +pkgver=5.12 +pkgrel=1 pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text" arch=(i686 x86_64) url="http://autogen.sourceforge.net/" @@ -14,8 +14,8 @@ license=('GPL3') depends=('guile>=1.8.8' 'libxml2>=2.7.3' 'libtool>=2.2.6a') options=('!libtool' '!makeflags') install=autogen.install -source=(http://sourceforge.net/projects/autogen/files/AutoGen/AutoGen-${pkgver}/autogen-${pkgver}.tar.bz2) -md5sums=('51c841eab6114de22b55f77a1c4f85b8') +source=(ftp://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('126e56be629cda747390e8ba9be71e4b') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,4 +26,4 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install || return 1 -} \ No newline at end of file +}