add libgpg-error to gpgme dependencies

#1169
This commit is contained in:
Stephen 2017-09-07 16:18:53 -07:00 committed by Fredrik Fornwall
parent ccda44df8c
commit 35ffee5ff7

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/gpgme/
TERMUX_PKG_DESCRIPTION="Library designed to make access to GnuPG easier"
TERMUX_PKG_DEPENDS="gnupg2, libassuan"
TERMUX_PKG_DEPENDS="gnupg2, libassuan, libgpg-error"
TERMUX_PKG_VERSION=1.9.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${TERMUX_PKG_VERSION}.tar.bz2