[arch-commits] Commit in autoconf/trunk (PKGBUILD)
Allan McRae
allan at nymeria.archlinux.org
Sun Jun 29 07:02:25 UTC 2014
Date: Sunday, June 29, 2014 @ 09:02:25
Author: allan
Revision: 215548
upgpkg: autoconf 2.69-2
mtree rebuild
Modified:
autoconf/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-06-29 04:10:48 UTC (rev 215547)
+++ PKGBUILD 2014-06-29 07:02:25 UTC (rev 215548)
@@ -4,7 +4,7 @@
pkgname=autoconf
pkgver=2.69
-pkgrel=1
+pkgrel=2
pkgdesc="A GNU tool for automatically configuring source code"
arch=('any')
license=('GPL2' 'GPL3' 'custom')
@@ -11,12 +11,12 @@
url="http://www.gnu.org/software/autoconf"
groups=('base-devel')
depends=('awk' 'm4' 'diffutils' 'bash')
-# for test-suite
-#makedepends=('gcc-fortran' 'erlang')
+checkdepends=('gcc-fortran')
install=autoconf.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
md5sums=('50f97f4159805e374639a73e2636f22e'
'2941e2fe687e05b3431eac6b714053bc')
+validpgpkeys=('71C2CC22B1C4602927D2F3AAA7A16B4A2527436A')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -37,6 +37,6 @@
install -Dm644 COPYING.EXCEPTION \
$pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
- # conflict with bintuils
+ # remove unwanted file
rm -f ${pkgdir}/usr/share/info/standards.info
}
More information about the arch-commits
mailing list