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

Allan McRae allan at archlinux.org
Wed Aug 11 01:26:52 UTC 2010


    Date: Tuesday, August 10, 2010 @ 21:26:51
  Author: allan
Revision: 87200

upgpkg: autoconf 2.67-1
upstream update

Modified:
  autoconf/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-11 00:59:28 UTC (rev 87199)
+++ PKGBUILD	2010-08-11 01:26:51 UTC (rev 87200)
@@ -3,30 +3,25 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=autoconf
-pkgver=2.66
-pkgrel=2
+pkgver=2.67
+pkgrel=1
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
 url="http://www.gnu.org/software/autoconf"
 groups=('base-devel')
 depends=('awk' 'm4' 'diffutils' 'bash')
+# for test-suite
+#makedepends=('gcc-fortran' 'erlang')
 install=autoconf.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        autoconf-2.66-sizeof.patch
-        autoconf-2.66-subdir.patch)
-md5sums=('fb00d77cbc468994c55919298af1ff02'
-         '0a4a03f350041cef5134faea2fa7f2e0'
-         '423e0f2c83779dd383540b1efc873b35')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6078f53dfda911bdfb523e39f4d7fb2d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
-  patch -Np1 -i $srcdir/autoconf-2.66-sizeof.patch
-  patch -Np1 -i $srcdir/autoconf-2.66-subdir.patch
-  
   ./configure --prefix=/usr
   make
+  make check
 }
 
 package() {




More information about the arch-commits mailing list