[arch-commits] Commit in avahi/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat Dec 24 17:48:10 UTC 2016
Date: Saturday, December 24, 2016 @ 17:48:09
Author: foutrelis
Revision: 284667
Python 3.6 rebuild
Modified:
avahi/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-24 17:43:21 UTC (rev 284666)
+++ PKGBUILD 2016-12-24 17:48:09 UTC (rev 284667)
@@ -5,7 +5,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'
@@ -62,7 +62,7 @@
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"
More information about the arch-commits
mailing list