summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2017-10-29 22:06:19 +0200
committerΝικόλαος Κυριάκος Φυτίλης2017-10-29 22:06:19 +0200
commite9b33bbe2833180a7b7a08de148a0e9fe2d43731 (patch)
treed807dbb0a049e4a52513ec08c82be00c4effde53
parente90910fe3734d19ae5f3452d207651bd8b868ece (diff)
downloadaur-e9b33bbe2833180a7b7a08de148a0e9fe2d43731.tar.gz
init2
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 475614694153..ac9166f14dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
_pkgbase=Mono.Zeroconf
-pkgname=mono-zeroconf
+pkgname=mono-zeroconf-git
pkgver=Mono.Zeroconf.0.9.0.r9.g6132666
pkgrel=1
pkgdesc="A cross platform Zero Configuration Networking library for Mono and .NET."
@@ -13,6 +13,7 @@ depends=('mono' 'avahi')
options=('!makeflags')
source=("git+https://github.com/arfbtwn/Mono.Zeroconf#branch=feature/dbus-sharp")
md5sums=('SKIP')
+replaces=(mono-zeroconf)
pkgver() {
cd ${srcdir}/${_pkgbase}