[arch-commits] Commit in avahi/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Feb 17 21:05:29 UTC 2016


    Date: Wednesday, February 17, 2016 @ 22:05:29
  Author: heftig
Revision: 259929

0.6.32

Modified:
  avahi/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-17 20:59:01 UTC (rev 259928)
+++ PKGBUILD	2016-02-17 21:05:29 UTC (rev 259929)
@@ -4,12 +4,11 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=avahi
-pkgver=0.6.32rc
-pkgrel=4
-_commit=dbb07bea8d315b76f94b16e55a1c2b2cc8ddd91f
-pkgdesc='Multicast DNS-SD / Zeroconf Suite'
-#url='http://www.avahi.org/'
-url='http://git.0pointer.net/avahi.git'
+pkgver=0.6.32
+pkgrel=1
+_commit=4f334990f692ce08ab4ea2eece695f1592f535b2
+pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour'
+url='https://github.com/lathiat/avahi'
 license=(LGPL)
 arch=(i686 x86_64)
 depends=(expat libdaemon glib2 libcap gdbm dbus)
@@ -28,7 +27,7 @@
 install=avahi.install
 backup=(etc/avahi/{hosts,avahi-daemon.conf}
         usr/lib/avahi/service-types.db usr/share/avahi/service-types)
-source=("git+https://github.com/lathiat/avahi#commit=$_commit")
+source=("git+$url#tag=$_commit")
 sha256sums=('SKIP')
 
 



More information about the arch-commits mailing list