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