mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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:
parent
0c8a92a07c
commit
9a8301375a
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue