X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/dd846e4dd6853414204086fca90f79bb9461f45b..d4cd0803261082f7e4f007c4f864aed4084950cf:/packages/pinentry/build.sh diff --git a/packages/pinentry/build.sh b/packages/pinentry/build.sh index 17d3d56f..19d3470e 100644 --- a/packages/pinentry/build.sh +++ b/packages/pinentry/build.sh @@ -3,4 +3,5 @@ TERMUX_PKG_DESCRIPTION="Dialog allowing secure password entry" TERMUX_PKG_VERSION=1.0.0 TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=1672c2edc1feb036075b187c0773787b2afd0544f55025c645a71b4c2f79275a -TERMUX_PKG_DEPENDS="libandroid-support, libassuan, ncurses, libgpg-error" +TERMUX_PKG_DEPENDS="libandroid-support, libassuan, ncurses" +TERMUX_PKG_BUILD_DEPENDS="libgpg-error"