diff options
Diffstat (limited to 'extra/autogen/PKGBUILD')
-rw-r--r-- | extra/autogen/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/autogen/PKGBUILD b/extra/autogen/PKGBUILD index 3f03e1717..db740190b 100644 --- a/extra/autogen/PKGBUILD +++ b/extra/autogen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 197871 2013-10-30 11:22:53Z allan $ +# $Id: PKGBUILD 199838 2013-11-17 08:40:22Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Arjan Timmerman <arjan@soufly.nl> # Contributor: Tor Krill pkgname=autogen -pkgver=5.17.4 +pkgver=5.18.2 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' 'mips64el') @@ -13,7 +13,7 @@ license=('GPL3') depends=('guile' 'libxml2') install=autogen.install source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('09b031866b7d89f0532b6c3168d67c59' +md5sums=('1924fdfe36edb3e0fd66add20aca9b70' 'SKIP') build() { |