gnupg2: update to 2.1.23.
This commit is contained in:
parent
f9c8e62512
commit
db849f4cc1
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gnupg2'
|
||||
pkgname=gnupg2
|
||||
version=2.1.22
|
||||
version=2.1.23
|
||||
revision=1
|
||||
wrksrc="gnupg-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -8,7 +8,8 @@ configure_args="
|
|||
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}
|
||||
--with-ksba-prefix=${XBPS_CROSS_BASE}
|
||||
--with-npth-prefix=${XBPS_CROSS_BASE}
|
||||
--with-libassuan-prefix=${XBPS_CROSS_BASE}"
|
||||
--with-libassuan-prefix=${XBPS_CROSS_BASE}
|
||||
--enable-gpg-is-gpg2"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel
|
||||
libusb-compat-devel libgpg-error-devel libgcrypt-devel libassuan-devel
|
||||
|
@ -20,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.gnupg.org/"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||
checksum=46716faf9e1b92cfca86609f3bfffbf5bb4b6804df90dc853ff7061cfcfb4ad7
|
||||
checksum=a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/^CFLAGS_orig=/d;/^CFLAGS=$/d' configure
|
||||
|
|
Loading…
Reference in a new issue