From 28626f42a8fb08a18e60adc8cc7df8aac51a4c35 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 19 Apr 2018 22:42:54 -0300 Subject: [PATCH] gpgme: update to 1.11.1. Closes #13651. Signed-off-by: Enno Boland --- srcpkgs/gpgme/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gpgme/template b/srcpkgs/gpgme/template index 57045a139b6..d94151fdfdb 100644 --- a/srcpkgs/gpgme/template +++ b/srcpkgs/gpgme/template @@ -1,21 +1,21 @@ # Template file for 'gpgme' pkgname=gpgme -version=1.10.0 +version=1.11.1 revision=1 build_style=gnu-configure configure_args="--enable-fd-passing --disable-gpgconf-test --disable-gpg-test --disable-gpgsm-test --with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr --with-libassuan-prefix=$XBPS_CROSS_BASE/usr" -hostmakedepends="qt5-qmake pkg-config qt5-host-tools gnupg2" -makedepends="libgpg-error-devel libassuan-devel qt5-tools-devel" +hostmakedepends="gnupg2 pkg-config qt5-host-tools qt5-qmake" +makedepends="libassuan-devel qt5-tools-devel" depends="gnupg2" short_desc="GnuPG Made Easy" maintainer="Juan RP " license="GPL-2.0-or-later, LGPL-2.1-or-later" -homepage="http://www.gnupg.org/related_software/gpgme/" -distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2" -checksum=1a8fed1197c3b99c35f403066bb344a26224d292afc048cfdfc4ccd5690a0693 +homepage="https://www.gnupg.org/software/gpgme/index.html" +distfiles="https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-${version}.tar.bz2" +checksum=2d1b111774d2e3dd26dcd7c251819ce4ef774ec5e566251eb9308fa7542fbd6f case "$XBPS_TARGET_MACHINE" in *-musl) configure_args+=" ac_cv_sys_file_offset_bits=no";;