[arch-commits] Commit in autogen/trunk (PKGBUILD)

Dan McGee dan at archlinux.org
Mon Apr 30 17:50:36 UTC 2012


    Date: Monday, April 30, 2012 @ 13:50:36
  Author: dan
Revision: 157990

upgpkg: autogen 5.15-1

Also update source location and add .sig file fetching.

Modified:
  autogen/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-30 17:36:28 UTC (rev 157989)
+++ PKGBUILD	2012-04-30 17:50:36 UTC (rev 157990)
@@ -4,7 +4,7 @@
 # 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 @@
 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}"




More information about the arch-commits mailing list