pinentry: update to 1.1.0. (#9748)

This commit is contained in:
maxice8 2017-12-04 06:04:21 -02:00 committed by Juan RP
parent 54139ca1f3
commit 1b7a70353b

View file

@ -1,7 +1,7 @@
# Template file for 'pinentry'
pkgname=pinentry
version=1.0.0
revision=2
version=1.1.0
revision=1
build_style=gnu-configure
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2
@ -9,11 +9,11 @@ configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
hostmakedepends="pkg-config"
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel qt5-devel"
short_desc="PIN or passphrase entry dialogs for GnuPG"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=1672c2edc1feb036075b187c0773787b2afd0544f55025c645a71b4c2f79275a
checksum=68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools"