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

Allan McRae allan at archlinux.org
Fri Sep 9 05:33:14 UTC 2016


    Date: Friday, September 9, 2016 @ 05:33:13
  Author: allan
Revision: 276085

upgpkg: autoconf 2.69-4

fix autoscan man page, change bash dep to sh

Modified:
  autoconf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-09 05:13:33 UTC (rev 276084)
+++ PKGBUILD	2016-09-09 05:33:13 UTC (rev 276085)
@@ -4,13 +4,14 @@
 
 pkgname=autoconf
 pkgver=2.69
-pkgrel=3
+pkgrel=4
 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')
+depends=('awk' 'm4' 'diffutils' 'sh')
+makedepends=('help2man')  # needed while perl patch is present
 checkdepends=('gcc-fortran')
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
         autoconf-2.69-perl-5.22-autoscan.patch



More information about the arch-commits mailing list