diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /extra/autogen | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'extra/autogen')
-rw-r--r-- | extra/autogen/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/autogen/PKGBUILD b/extra/autogen/PKGBUILD index b98ddacc7..dda533b5b 100644 --- a/extra/autogen/PKGBUILD +++ b/extra/autogen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 137955 2011-09-13 05:19:48Z allan $ +# $Id: PKGBUILD 157991 2012-04-30 17:51:02Z dan $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Arjan Timmerman <arjan@soufly.nl> # Contributor: Tor Krill pkgname=autogen -pkgver=5.12 +pkgver=5.15 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') @@ -13,8 +13,9 @@ license=('GPL3') depends=('guile' 'libxml2') options=('!libtool') install=autogen.install -source=(ftp://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('126e56be629cda747390e8ba9be71e4b') +source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('5fba3c0e1ec0965061f27e8e79bd6da2' + 'ed74e586ade1a61f753d391f3849c25b') build() { cd "${srcdir}/${pkgname}-${pkgver}" |