autotools-wrappers: depend on new automake1.17

This commit is contained in:
Christoph Reiter
2024-07-27 19:02:23 +02:00
parent cc14f0ae9f
commit 2d70553eab

View File

@@ -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")