summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-04 22:41:29 -0500
committerCarlos Aznarán Laos2022-07-04 22:41:29 -0500
commit23539e03fb8551cc94e3d26dc15fcbb8e81f52d7 (patch)
treedda65ed7ab12c5369ebd34bfc3a0cdf64a85f512
parentd167a5ebf257327789f4b3b6df0e185aef7378c7 (diff)
downloadaur-23539e03fb8551cc94e3d26dc15fcbb8e81f52d7.tar.gz
Replace mono-git by mono
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b15a2177005..3c4413a4bd0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = halcyon
pkgdesc = Halcyon 3d virtual reality world simulator
pkgver = 0.9.45
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/HalcyonGrid/halcyon
install = halcyon.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = halcyon
makedepends = doxygen
makedepends = graphviz
depends = mariadb
- depends = mono-git
+ depends = mono
depends = sqlite
depends = whip-server
provides = opensimulator
diff --git a/PKGBUILD b/PKGBUILD
index c3f0ad487a98..56b64d647d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=halcyon
pkgver=0.9.45
-pkgrel=1
+pkgrel=2
pkgdesc="Halcyon 3d virtual reality world simulator"
arch=('any')
url="https://github.com/HalcyonGrid/${pkgname}"
license=('custom:BSD-3-clause')
-depends=(mariadb mono-git sqlite whip-server)
+depends=(mariadb mono sqlite whip-server)
makedepends=(mono-msbuild nuget doxygen graphviz)
provides=(opensimulator)
install=$pkgname.install