summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarvin Dalheimer2019-03-14 10:17:26 +0100
committerMarvin Dalheimer2019-03-14 10:17:26 +0100
commit1768985538ada375944148151e475a80b2bf920f (patch)
tree4f66e8e4ebd806372784a167f0ee8a07eb2f8ba4 /PKGBUILD
parent8f4c86ea5b0e9c7ea8557eb30586795236e46a16 (diff)
downloadaur-1768985538ada375944148151e475a80b2bf920f.tar.gz
Updated to Godot 3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bbcc2b02b2c..c5aa2ad508a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=godot-mono
-pkgver=3.0.6
+pkgver=3.1
pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine."
arch=('i686' 'x86_64')
url="https://godotengine.org/"
license=('MIT')
-depends=('mono>=5.12.0' 'msbuild-stable' 'dotnet-sdk')
+depends=('mono>=5.18.0' 'msbuild-stable' 'dotnet-sdk')
makedepends=(
'scons>=3.0'
'libxcursor'
@@ -21,6 +21,7 @@ makedepends=(
'pkg-config'
'msbuild'
'rsync'
+ 'nuget'
)
provides=('godot-mono')
conflicts=('godot-mono-bin')