git » avahi.git » commit 02d7db5

py3.5

author Jan Alexander Steffens
2015-09-19 20:12:23 UTC
committer Jan Alexander Steffens
2015-09-19 20:12:23 UTC
parent f51af896777c675311a1f7e11751ad2c568278eb

py3.5

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2071450..9cff7c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=avahi
 pkgver=0.6.31
-pkgrel=16
+pkgrel=17
 _commit=573e3b5
 pkgdesc='Multicast DNS-SD / Zeroconf Suite'
 #url='http://www.avahi.org/'
@@ -66,7 +66,7 @@ package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
   make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
-    PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.4/site-packages
+    PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages
 
   # howl compat
   ln -s avahi-compat-howl "$pkgdir/usr/include/howl"