summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2021-09-09 18:11:36 +0200
committerMarvin Dalheimer2021-09-09 18:11:36 +0200
commit50ea36ef6083d063603d1f6293d454c9f25ba48a (patch)
treee40fe47461082503c011acc09cfff50abc36fddb
parent367cd268deb6a7a3e70fdf3e4c01a65bdd183656 (diff)
downloadaur-50ea36ef6083d063603d1f6293d454c9f25ba48a.tar.gz
Update to Version 3.3.3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbeb3523888a..03472fd6ee2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = godot-mono-bin
pkgdesc = Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
- pkgver = 3.3.2
+ pkgver = 3.3.3
pkgrel = 1
url = https://www.godotengine.org
arch = i686
arch = x86_64
license = MIT
- depends = mono>=5.18.0
+ depends = mono>=6.12.0
depends = dotnet-sdk
depends = msbuild
optdepends = dotnet-core
@@ -16,10 +16,9 @@ pkgbase = godot-mono-bin
source = icons.tar.gz
md5sums = c8ba9f7656b2c2db9a3ec385b3848bf5
md5sums = 281c83d55c6a4d39fb9710e6f143bc5a
- source_i686 = godot-mono-bin-3.3.2-i686.zip::https://downloads.tuxfamily.org/godotengine/3.3.2/mono/Godot_v3.3.2-stable_mono_x11_32.zip
- md5sums_i686 = eaad947250c6d3296e48bdb984ac93cf
- source_x86_64 = godot-mono-bin-3.3.2-x86_64.zip::https://downloads.tuxfamily.org/godotengine/3.3.2/mono/Godot_v3.3.2-stable_mono_x11_64.zip
- md5sums_x86_64 = ae36b088b86299bce3e5ddda9bdcefe8
+ source_i686 = godot-mono-bin-3.3.3-i686.zip::https://downloads.tuxfamily.org/godotengine/3.3.3/mono/Godot_v3.3.3-stable_mono_x11_32.zip
+ md5sums_i686 = dca9548396f7f3ada3ee486975641aa0
+ source_x86_64 = godot-mono-bin-3.3.3-x86_64.zip::https://downloads.tuxfamily.org/godotengine/3.3.3/mono/Godot_v3.3.3-stable_mono_x11_64.zip
+ md5sums_x86_64 = b814825fa65103a8f99f85b28b4dd9b0
pkgname = godot-mono-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 5e287d2191ba..d5b3ab29c36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
-pkgver=3.3.2
+pkgver=3.3.3
pkgrel=1
pkgdesc="Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel."
arch=("i686" "x86_64")
@@ -8,7 +8,7 @@ url="https://www.godotengine.org"
license=('MIT')
provides=("godot-mono-bin")
conflicts=("godot-mono")
-depends=("mono>=5.18.0" "dotnet-sdk" "msbuild")
+depends=("mono>=6.12.0" "dotnet-sdk" "msbuild")
optdepends=("dotnet-core")
source=("godot-mono.desktop" "icons.tar.gz")
source_i686=("$pkgname-$pkgver-i686.zip::https://downloads.tuxfamily.org/godotengine/"$pkgver"/mono/Godot_v"$pkgver"-stable_mono_x11_32.zip")
@@ -45,5 +45,5 @@ package() {
}
md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
'281c83d55c6a4d39fb9710e6f143bc5a')
-md5sums_i686=('eaad947250c6d3296e48bdb984ac93cf')
-md5sums_x86_64=('ae36b088b86299bce3e5ddda9bdcefe8')
+md5sums_i686=('dca9548396f7f3ada3ee486975641aa0')
+md5sums_x86_64=('b814825fa65103a8f99f85b28b4dd9b0')