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

Lukas Fleischer lfleischer at archlinux.org
Sun Feb 9 06:43:39 UTC 2020


    Date: Sunday, February 9, 2020 @ 06:43:39
  Author: lfleischer
Revision: 375019

upgpkg: autoconf 2.69-7: add perl dependency

Modified:
  autoconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 06:26:01 UTC (rev 375018)
+++ PKGBUILD	2020-02-09 06:43:39 UTC (rev 375019)
@@ -4,13 +4,13 @@
 
 pkgname=autoconf
 pkgver=2.69
-pkgrel=6
+pkgrel=7
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
 url="https://www.gnu.org/software/autoconf"
 groups=('base-devel')
-depends=('awk' 'm4' 'diffutils' 'sh')
+depends=('awk' 'm4' 'diffutils' 'perl' 'sh')
 makedepends=('help2man')  # needed while perl patch is present
 checkdepends=('gcc-fortran')
 source=("https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}



More information about the arch-commits mailing list