yaz: update to 5.27.2

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-11-25 19:37:38 -06:00 committed by Helmut Pozimski
parent 873709596b
commit ece1527f17

View file

@ -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 <orphan@voidlinux.org>"
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() {