libidn2: remove automake from hostmakedepends

Fixes: 59f3f87e07 ("libidn2: update to 2.3.3.")
This commit is contained in:
Piraty 2022-10-14 21:19:03 +02:00
parent a3f7367227
commit 6318909eec
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=libidn2
version=2.3.3
revision=1
build_style=gnu-configure
hostmakedepends="automake gettext-devel libtool pkg-config gtk-doc"
hostmakedepends="gettext-devel libtool pkg-config gtk-doc"
makedepends="libunistring-devel"
short_desc="Internationalized string handling library"
maintainer="Enno Boland <gottox@voidlinux.org>"