gnupg: add explicit libgpg-error-devel build dep

this should fix wrong build ordering when both libgpg-error and gnupg get
updated at the same time and gnupg requires the new libgpg-error
This commit is contained in:
Michal Vasilek 2023-01-15 10:44:14 +01:00
parent 0c8a92a07c
commit 9a8301375a

View file

@ -16,7 +16,7 @@ configure_script="../configure"
hostmakedepends="pkg-config gettext"
makedepends="bzip2-devel gnutls-devel libassuan-devel libcurl-devel
libksba-devel libldap-devel libusb-compat-devel npth-devel sqlite-devel
libgcrypt-devel"
libgcrypt-devel libgpg-error-devel"
depends="pinentry"
short_desc="GNU Privacy Guard (2.x)"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"