diff --git a/srcpkgs/libgpg-error/patches/fix-armv.patch b/srcpkgs/libgpg-error/patches/fix-armv.patch deleted file mode 100644 index 137df348eba..00000000000 --- a/srcpkgs/libgpg-error/patches/fix-armv.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- src/logging.c -+++ src/logging.c -@@ -1142,6 +1142,7 @@ _gpgrt_log_printhex (const void *buffer, size_t length, - const char *fmt, ...) - { - va_list arg_ptr; -+ va_list empty_va_list; - - if (fmt) - { -@@ -1150,7 +1151,7 @@ _gpgrt_log_printhex (const void *buffer, size_t length, - va_end (arg_ptr); - } - else -- _gpgrt_logv_printhex (buffer, length, NULL, NULL); -+ _gpgrt_logv_printhex (buffer, length, NULL, empty_va_list); - } - - diff --git a/srcpkgs/libgpg-error/template b/srcpkgs/libgpg-error/template index 12cc26a61b8..bf2bf613f77 100644 --- a/srcpkgs/libgpg-error/template +++ b/srcpkgs/libgpg-error/template @@ -1,14 +1,14 @@ # Template build file for 'libgpg-error'. pkgname=libgpg-error -version=1.28 +version=1.29 revision=1 build_style=gnu-configure short_desc="Library for error values used by GnuPG component" maintainer="Juan RP " -homepage="http://www.gnupg.org" license="LGPL-2.1-or-later, GPL-2.0-or-later" -distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2" -checksum=3edb957744905412f30de3e25da18682cbe509541e18cd3b8f9df695a075da49 +homepage="https://www.gnupg.org" +distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2" +checksum=ece926fa5719d17a7ad8da618712cfa2f8a796ab2f2af9d544c5bb093383b1ea post_configure() { if [ "$CROSS_BUILD" ]; then @@ -16,6 +16,7 @@ post_configure() { src/syscfg/lock-obj-pub.${XBPS_CROSS_TRIPLET#*-}.h fi } + post_install() { rm -rf ${DESTDIR}/usr/share/common-lisp }