author | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2024-01-08 07:37:29 UTC |
committer | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2024-01-08 07:37:29 UTC |
parent | 42cc945079f0bc16fc1e9567b42e17f56470de2f |
.SRCINFO | +3 | -3 |
PKGBUILD | +5 | -4 |
diff --git a/.SRCINFO b/.SRCINFO index ba8afad..cea9da0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ pkgbase = avahi pkgdesc = Service Discovery for Linux using mDNS/DNS-SD (compatible with Bonjour) - pkgver = 0.8+r189+g35bb1ba + pkgver = 0.8+r194+g3f79789 pkgrel = 1 epoch = 1 - url = https://github.com/lathiat/avahi + url = https://github.com/avahi/avahi arch = x86_64 license = LGPL makedepends = doxygen @@ -43,7 +43,7 @@ pkgbase = avahi backup = etc/avahi/avahi-autoipd.action backup = etc/avahi/avahi-dnsconfd.action backup = usr/lib/avahi/service-types.db - source = git+https://github.com/lathiat/avahi#commit=35bb1bae902ae9ff2da809fb5f577ba873c43359 + source = git+https://github.com/avahi/avahi#commit=3f79789c484518f82c36ff59c0f45abe7e6580a2 source = 0001-HACK-Install-fixes.patch b2sums = SKIP b2sums = a15b00c05cce3b6a1479d88b1393cd955a80c669fed03be5f624a8e8701f22fe327bbd42f7563a532ae8ebc39408f3aedfc982c42a2b6141ccc22af96f16293c diff --git a/PKGBUILD b/PKGBUILD index 9c4445e..c626d02 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,11 +3,11 @@ # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=avahi -pkgver=0.8+r189+g35bb1ba +pkgver=0.8+r194+g3f79789 pkgrel=1 epoch=1 pkgdesc="Service Discovery for Linux using mDNS/DNS-SD (compatible with Bonjour)" -url="https://github.com/lathiat/avahi" +url="https://github.com/avahi/avahi" license=(LGPL) arch=(x86_64) depends=( @@ -47,9 +47,9 @@ backup=( etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action} usr/lib/avahi/service-types.db ) -_commit=35bb1bae902ae9ff2da809fb5f577ba873c43359 # master +_commit=3f79789c484518f82c36ff59c0f45abe7e6580a2 # master source=( - "git+https://github.com/lathiat/avahi#commit=$_commit" + "git+https://github.com/avahi/avahi#commit=$_commit" 0001-HACK-Install-fixes.patch ) b2sums=('SKIP' @@ -75,6 +75,7 @@ build() { --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin + --runstatedir=/run --disable-mono --enable-compat-libdns_sd --with-autoipd-group=avahi