summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2019-09-02 23:33:36 +1000
committerBrenton Horne2019-09-02 23:33:36 +1000
commit06cf3372f04522f34e77fb169ac06b1bc275ca51 (patch)
tree55d903cee8e6db81264ee1860d50c4f326c32fe1
parent413ef6220aeaa6aefa3341f6834f3d1f9c8e693c (diff)
downloadaur-06cf3372f04522f34e77fb169ac06b1bc275ca51.tar.gz
rm msbuild dep, adding mono>=5.4 req
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1ba1bc2ed0..4dbcf712c8a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,7 @@ pkgbase = openra-d2-git
makedepends = dos2unix
makedepends = git
makedepends = unzip
- makedepends = msbuild
- depends = mono
+ depends = mono>=5.4
depends = ttf-dejavu
depends = openal
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index 10526e5740a4..0d25a9e19ee3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ arch=('any')
url="https://github.com/OpenRA/d2"
license=('GPL3')
install=openra-d2.install
-depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache'
+depends=('mono>=5.4' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache'
'desktop-file-utils' 'xdg-utils' 'zenity')
-makedepends=('dos2unix' 'git' 'unzip' 'msbuild')
+makedepends=('dos2unix' 'git' 'unzip')
provides=('openra-d2')
options=(!strip)
source=("git+${url}.git"