author | Evangelos Foutras
<foutrelis@archlinux.org> 2016-12-24 17:48:09 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2016-12-24 17:48:09 UTC |
parent | 44b68c2778f058d235edef09c9bf73687879a782 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 8ebe69c..992d07f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=avahi pkgver=0.6.32 -pkgrel=2 +pkgrel=3 _commit=4f334990f692ce08ab4ea2eece695f1592f535b2 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour' url='https://github.com/lathiat/avahi' @@ -61,7 +61,7 @@ package() { cd $pkgname make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \ - PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages + PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.6/site-packages # mdnsresponder compat ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"