nss-mdns: update to 0.15.1.

This commit is contained in:
Andrew J. Hesford 2021-06-29 23:02:58 -04:00
parent 195c45e0f2
commit 503e0eb36c

View file

@ -1,6 +1,6 @@
# Template file for 'nss-mdns'
pkgname=nss-mdns
version=0.14.1
version=0.15.1
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake libtool pkg-config"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/lathiat/nss-mdns"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4fe54bffd20e410fc41382dc6c4708cdfa3a65f50c3753f262dc4c78fd864a6e
checksum=2d1b8de2e9ed5526f51c8bb627b719c07668465b5315787e7cfeed776ab90b9a
case "$XBPS_TARGET_MACHINE" in
*-musl)
@ -19,6 +19,8 @@ case "$XBPS_TARGET_MACHINE" in
;;
esac
export AVAHI_SOCKET="/run/avahi-daemon/socket"
pre_configure() {
autoreconf -fi
}