author | Gaetan Bisson
<bisson@archlinux.org> 2013-10-31 16:47:46 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2013-10-31 16:47:46 UTC |
parent | d161e0617f359064668cc15a4e62efacef6dde57 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index e0c7c2b..7fe73b8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ -# Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> +# Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=avahi pkgver=0.6.31 -pkgrel=10 +pkgrel=11 pkgdesc='Multicast/unicast DNS-SD framework' url='http://www.avahi.org/' license=('LGPL') @@ -40,6 +40,7 @@ prepare() { sed '/^Libs:/s:$: -ldbus-1:' -i avahi-client.pc.in sed 's:netdev:network:g' -i avahi-daemon/avahi-dbus.conf sed 's:/sbin/resolvconf:/usr/sbin/resolvconf:g' -i */*.action + sed 's:-DG[^ ]*_DISABLE_DEPRECATED=1::g' -i avahi-ui/Makefile.* } build() {