summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2015-12-24 09:23:12 +0300
committerAlexey D2015-12-24 09:23:12 +0300
commit860e12490055ff7ba6d21a340e4369969b8c5e7f (patch)
tree7efdd4551e705d31dd13aed971a15106118a0b73
parent460a7245e12b70c84f26718627ce5baca1ed6bed (diff)
downloadaur-860e12490055ff7ba6d21a340e4369969b8c5e7f.tar.gz
version 0.6.32rc-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98f16fa29fb3..84d9f802e640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Dec 24 06:22:29 UTC 2015
pkgbase = avahi-nosystemd
pkgdesc = Multicast DNS-SD / Zeroconf Suite
- pkgver = 0.6.31
- pkgrel = 2
+ pkgver = 0.6.32rc
+ pkgrel = 1
url = http://www.avahi.org/
install = avahi.install
arch = i686
@@ -31,7 +33,7 @@ pkgbase = avahi-nosystemd
optdepends = mono: mono bindings
optdepends = python2-dbus: avahi-discover
optdepends = nss-mdns: NSS support for mDNS
- provides = avahi=0.6.31
+ provides = avahi=0.6.32rc
provides = howl
provides = mdnsresponder
conflicts = avahi
@@ -47,7 +49,7 @@ pkgbase = avahi-nosystemd
backup = etc/avahi/services/sftp-ssh.service
backup = usr/lib/avahi/service-types.db
backup = usr/share/avahi/service-types
- source = git+https://github.com/heftig/avahi#commit=573e3b5
+ source = git+https://github.com/heftig/avahi#commit=bc4e85846991d0efca89add631c7cd16033f0bef
source = avahi-daemon.rc
source = avahi-dnsconfd.rc
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0ac7523cac4d..fa111d797c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=avahi-nosystemd
-pkgver=0.6.31
-pkgrel=2
-_commit=573e3b5
+pkgver=0.6.32rc
+pkgrel=1
+_commit=bc4e85846991d0efca89add631c7cd16033f0bef
pkgdesc='Multicast DNS-SD / Zeroconf Suite'
url='http://www.avahi.org/'
license=('LGPL')
@@ -78,7 +78,7 @@ package() {
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 and mdnsresponder compatability
ln -s avahi-compat-howl "$pkgdir/usr/include/howl"