pinentry: update to 0.9.3.
This commit is contained in:
parent
46172526ec
commit
1c7334c830
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pinentry'
|
||||
pkgname=pinentry
|
||||
version=0.9.2
|
||||
version=0.9.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
||||
|
@ -12,7 +12,11 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
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=fd8bc1592ceb22bb492b07cb29b1b140bb882c859e6503b974254c0a4b4134d1
|
||||
checksum=88c2d9ff892d591c2a12c52229eb2262f0ae4b8e58b551990a0949f44df98244
|
||||
|
||||
pre_build() {
|
||||
sed -e 's,ncursesw/curses.h,curses.h,' -i pinentry/pinentry-curses.c
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/pinentry
|
||||
|
|
Loading…
Reference in a new issue