summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2021-05-31 22:55:21 -0600
committerBrian Bidulock2021-05-31 22:55:21 -0600
commite26340925780f336ae46306688ca9c2adaf60d19 (patch)
tree9b8d3c3f15bbf6dcfb21a71eec642f53c16b332c /PKGBUILD
parentfdf0a404de828ef682d3c5b2c4ec73172e44a0ca (diff)
downloadaur-e26340925780f336ae46306688ca9c2adaf60d19.tar.gz
uppkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 12 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3064151f30fd..67ad8387ee7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=avahi
pkgname=avahi-gtk2
-pkgver=0.8+15+ge8a3dd0
-pkgrel=2
+pkgver=0.8+20+gd1e71b3
+pkgrel=1
pkgdesc='Multicast/unicast DNS-SD framework (with Gtk2 client apps)'
url='https://github.com/lathiat/avahi'
license=(LGPL)
@@ -29,9 +29,11 @@ provides=(libavahi-client.so libavahi-common.so libavahi-core.so
conflicts=(${_pkgname})
backup=(etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action}
usr/lib/avahi/service-types.db)
-_commit=e8a3dd0d480a754318e312e6fa66fea249808187 # master
-source=("git+https://github.com/lathiat/avahi#commit=$_commit")
-sha512sums=('SKIP')
+_commit=d1e71b320d96d0f213ecb0885c8313039a09f693 # master
+source=("git+https://github.com/lathiat/avahi#commit=$_commit"
+ 282.patch)
+sha512sums=('SKIP'
+ '26b1e74450944f5c4385d2f5df18523cfb953e4138f6d9e81061a626453e40d8ed2dee44535cfbb547848eefb3cdca408009d5f0e0c465f144a8803db8593b46')
pkgver() {
cd $_pkgname
@@ -40,6 +42,11 @@ pkgver() {
prepare() {
cd $_pkgname
+
+ # https://bugs.archlinux.org/task/68518
+ # https://github.com/lathiat/avahi/pull/282
+ git apply -3 ../282.patch
+
NOCONFIGURE=1 ./autogen.sh
}