summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac9166f14dce..964eb409559a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_pkgbase=Mono.Zeroconf
pkgname=mono-zeroconf-git
pkgver=Mono.Zeroconf.0.9.0.r9.g6132666
-pkgrel=1
+pkgrel=2
pkgdesc="A cross platform Zero Configuration Networking library for Mono and .NET."
url="http://www.mono-project.com/Mono.Zeroconf"
license=('GPL')
arch=('any')
-depends=('mono' 'avahi')
+depends=('mono' 'avahi' 'dbus-sharp')
options=('!makeflags')
source=("git+https://github.com/arfbtwn/Mono.Zeroconf#branch=feature/dbus-sharp")
md5sums=('SKIP')
-replaces=(mono-zeroconf)
+conflicts=(mono-zeroconf)
pkgver() {
cd ${srcdir}/${_pkgbase}