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

Allan McRae allan at archlinux.org
Thu Nov 3 05:02:03 UTC 2011


    Date: Thursday, November 3, 2011 @ 01:02:03
  Author: allan
Revision: 141906

signing rebuild

Modified:
  autoconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-03 00:40:47 UTC (rev 141905)
+++ PKGBUILD	2011-11-03 05:02:03 UTC (rev 141906)
@@ -4,7 +4,7 @@
 
 pkgname=autoconf
 pkgver=2.68
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
@@ -14,8 +14,9 @@
 # for test-suite
 #makedepends=('gcc-fortran' 'erlang')
 install=autoconf.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('723677f7727542d273112e7feb870a7a')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('723677f7727542d273112e7feb870a7a'
+         'f0af3afe669e5957312415fcb4ed38fa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list