add libgpg-error dependency to pinentry

#1169
This commit is contained in:
Stephen 2017-09-06 08:23:20 -07:00 committed by Fredrik Fornwall
parent 35ffee5ff7
commit 1a5a453a12
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ 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"
TERMUX_PKG_DEPENDS="libandroid-support, libassuan, ncurses, libgpg-error"