summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2017-11-29 18:35:21 +0200
committerΝικόλαος Κυριάκος Φυτίλης2017-11-29 18:35:21 +0200
commit3c7a976c995ea7e3353977959b4333be9a76183c (patch)
tree259acd4676f2d2a1734edcc41905a46f71f579d5
parentc06dc961908a727a9e0d97ed4f27e6c85efdc357 (diff)
downloadaur-3c7a976c995ea7e3353977959b4333be9a76183c.tar.gz
actually compiles now
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fbb9b50f4b4..640a9d940f6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = http://www.mono-project.com/Mono.Zeroconf
arch = any
license = GPL
@@ -9,6 +9,7 @@ pkgbase = mono-zeroconf-git
depends = avahi
depends = dbus-sharp
conflicts = mono-zeroconf
+ replaces = 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 964eb409559a..38764b4d03fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=Mono.Zeroconf
pkgname=mono-zeroconf-git
pkgver=Mono.Zeroconf.0.9.0.r9.g6132666
-pkgrel=2
+pkgrel=3
pkgdesc="A cross platform Zero Configuration Networking library for Mono and .NET."
url="http://www.mono-project.com/Mono.Zeroconf"
license=('GPL')
@@ -13,6 +13,7 @@ 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() {