From ece1527f17b4011d90e4a1a21c4784265615d9f5 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 25 Nov 2019 19:37:38 -0600 Subject: [PATCH] yaz: update to 5.27.2 Signed-off-by: Nathan Owens --- srcpkgs/yaz/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template index f366d7d0777..8c87404f3b5 100644 --- a/srcpkgs/yaz/template +++ b/srcpkgs/yaz/template @@ -1,7 +1,7 @@ # Template file for 'yaz' pkgname=yaz -version=5.27.1 -revision=3 +version=5.27.2 +revision=1 build_style=gnu-configure configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt --with-icu --with-gnutls" @@ -12,12 +12,11 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://www.indexdata.com/resources/software/yaz/" distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz" -checksum=2e3f0cd304f38b4ad315d70771b378d4efafab37e9a28d4d4d6cd634718c3025 +checksum=09fdebc78ef169194f3d275ede5ef39087484c1395bf518484051bba81cb154e case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel" - LDFLAGS+=" -lexecinfo" - ;; + LDFLAGS+=" -lexecinfo" ;; esac post_install() {