diff options
author | sibel <lesibel@free.fr> | 2011-01-19 19:01:49 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-19 19:01:49 +0100 |
commit | df309b0d13ce9edfcd29c04d096d1a0dc44d0f53 (patch) | |
tree | 2279b0f37bbfcdc206ed3dbd048b55066842005a /extra/gnupg/Pkgfile | |
parent | 70e6a52fbe384f8886d90749502b5f3a6e66c750 (diff) | |
download | nutyx-pakxe-df309b0d13ce9edfcd29c04d096d1a0dc44d0f53.tar.gz nutyx-pakxe-df309b0d13ce9edfcd29c04d096d1a0dc44d0f53.tar.bz2 nutyx-pakxe-df309b0d13ce9edfcd29c04d096d1a0dc44d0f53.tar.xz nutyx-pakxe-df309b0d13ce9edfcd29c04d096d1a0dc44d0f53.zip |
gnupg, maj 2.0.17-1
Diffstat (limited to 'extra/gnupg/Pkgfile')
-rw-r--r-- | extra/gnupg/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/gnupg/Pkgfile b/extra/gnupg/Pkgfile index fef1ae5dc..4bc345944 100644 --- a/extra/gnupg/Pkgfile +++ b/extra/gnupg/Pkgfile @@ -6,15 +6,12 @@ # Run on: libgcrypt,libassuan,libksba,pinentry name=gnupg -version=2.0.16 -release=4 -source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2 - gnupg2-2.0.16-security.patch) +version=2.0.17 +release=1 +source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2) build() { cd gnupg-$version - patch -Np0 -i ../gnupg2-2.0.16-security.patch - ./configure --prefix=/usr \ --libexecdir=/usr/lib/gnupg2 make |