pinentry: update to 0.9.5.
This commit is contained in:
parent
45a43d1b3f
commit
778a8061e1
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'pinentry'
|
# Template file for 'pinentry'
|
||||||
pkgname=pinentry
|
pkgname=pinentry
|
||||||
version=0.9.4
|
version=0.9.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
||||||
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2"
|
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel gtk+-devel"
|
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel"
|
||||||
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
|
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=4b8835bb738d464542b62020ff6b8f649a621540edb61c4cbfe0c894538ee2e0
|
checksum=6a57fd3afc0d8aaa5599ffcb3ea4e7c42c113a181e8870122203ea018384688c
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -e 's,ncursesw/curses.h,curses.h,' -i pinentry/pinentry-curses.c
|
sed -e 's,ncursesw/curses.h,curses.h,' -i pinentry/pinentry-curses.c
|
||||||
|
|
Loading…
Reference in a new issue