diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : gnupg -version : 2.1.21 -release : 14 +version : 2.1.23 +release : 15 source : - - https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.1.21.tar.bz2 : 7aead8a8ba75b69866f583b6c747d91414d523bfdfbe9a8e0fe026b16ba427dd + - https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.1.23.tar.bz2 : a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77 license : GPL-3.0 summary : Complete and free implementation of OpenPGP component : security @@ -11,6 +11,7 @@ builddeps : - pkgconfig(gnutls) - pkgconfig(sqlite3) + - bzip2-devel - libassuan-devel - libgcrypt-devel - libgpg-error-devel @@ -20,9 +21,13 @@ rundeps : - pinentry setup : | - %configure --enable-symcryptrun --enable-gpgtar --enable-standard-socket + %configure \ + --enable-symcryptrun \ + --enable-gpgtar \ + --enable-standard-socket build : | %make install : | %make_install DESTDIR=$installdir - ln -s /usr/bin/gpg2 $installdir/usr/bin/gpg +check : | + %make check # --enable-all-tests can be added at configure step (takes a while to complete) diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -34,12 +34,12 @@ - - 2017-05-16 - 2.1.21 + + 2017-08-09 + 2.1.23 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file