From 2d70553eab3e12bc32d4f4eba957ea6b08f36f5e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 27 Jul 2024 19:02:23 +0200 Subject: [PATCH] autotools-wrappers: depend on new automake1.17 --- autotools-wrappers/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autotools-wrappers/PKGBUILD b/autotools-wrappers/PKGBUILD index 7f3cdb79..1bc0450d 100644 --- a/autotools-wrappers/PKGBUILD +++ b/autotools-wrappers/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=autotools-wrappers pkgname=('automake-wrapper' 'autoconf-wrapper' ) pkgver=20221207 -pkgrel=2 +pkgrel=3 arch=('any') license=('spdx:GPL-2.0-only') makedepends=('git') @@ -30,7 +30,8 @@ package_automake-wrapper() { 'automake1.13' 'automake1.14' 'automake1.15' - 'automake1.16') + 'automake1.16' + 'automake1.17') provides=("automake") conflicts=("automake")