summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2017-11-06 00:16:08 +0200
committerΝικόλαος Κυριάκος Φυτίλης2017-11-06 00:16:08 +0200
commitc06dc961908a727a9e0d97ed4f27e6c85efdc357 (patch)
treea5bd91b3f73cefc64e9731f935803faab4608aee
parentd5569cd949f9b6098cf0c19e88f77e8baf320d6d (diff)
downloadaur-c06dc961908a727a9e0d97ed4f27e6c85efdc357.tar.gz
ty marcmagus; cubethethird
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a2c1d7e42d8..6fbb9b50f4b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mono-zeroconf-git
pkgdesc = A cross platform Zero Configuration Networking library for Mono and .NET.
pkgver = Mono.Zeroconf.0.9.0.r9.g6132666
- pkgrel = 1
+ pkgrel = 2
url = http://www.mono-project.com/Mono.Zeroconf
arch = any
license = GPL
depends = mono
depends = avahi
- replaces = mono-zeroconf
+ depends = dbus-sharp
+ conflicts = mono-zeroconf
options = !makeflags
source = git+https://github.com/arfbtwn/Mono.Zeroconf#branch=feature/dbus-sharp
md5sums = SKIP
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}