pinentry-qt4: 0.9.4 -> 0.9.5

This commit is contained in:
Thomas Penteker 2015-08-11 12:05:08 +02:00
parent cc9c2f40a4
commit 419e54bdc0
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
50dd255d23839079e15a02761f11d4c8 pinentry-0.9.4.tar.bz2
55439c4436b59573a29e144916ee5b61 pinentry-0.9.5.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: pinentry qt4
name=pinentry-qt4
version=0.9.4
version=0.9.5
release=1
source=(ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$version.tar.bz2)
@ -23,5 +23,5 @@ build() {
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm $PKG/usr/bin/pinentry
rm $PKG/usr/bin/pinentry{,-emacs}
}