summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2022-09-28 22:18:56 +0200
committerMarvin Dalheimer2022-09-28 22:18:56 +0200
commit0c02b9b178af1ec1e1f10072bdf8ac5e2134fcb3 (patch)
tree01d21444e268d4d6dc5bb3a8ded5cdf09bb1a42a
parent0ab5ad807814a07d8317f283e2c5d4ef80c41b1f (diff)
downloadaur-0c02b9b178af1ec1e1f10072bdf8ac5e2134fcb3.tar.gz
Update to Version 3.5.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75ca7686de5..698330ff89fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.5
+ pkgver = 3.5.1
pkgrel = 1
url = https://www.godotengine.org
arch = i686
@@ -9,16 +9,15 @@ pkgbase = godot-mono-bin
depends = mono>=6.12.0
depends = dotnet-sdk
depends = msbuild
- optdepends = dotnet-core
provides = godot-mono-bin
conflicts = godot-mono
source = godot-mono.desktop
source = icons.tar.gz
md5sums = c8ba9f7656b2c2db9a3ec385b3848bf5
md5sums = 281c83d55c6a4d39fb9710e6f143bc5a
- source_i686 = godot-mono-bin-3.5-i686.zip::https://downloads.tuxfamily.org/godotengine/3.5/mono/Godot_v3.5-stable_mono_x11_32.zip
- md5sums_i686 = 426d2222d8026f1d3f747ff269f9d633
- source_x86_64 = godot-mono-bin-3.5-x86_64.zip::https://downloads.tuxfamily.org/godotengine/3.5/mono/Godot_v3.5-stable_mono_x11_64.zip
- md5sums_x86_64 = 614d9a53a1e05f3eab4c57a52005730a
+ source_i686 = godot-mono-bin-3.5.1-i686.zip::https://downloads.tuxfamily.org/godotengine/3.5.1/mono/Godot_v3.5.1-stable_mono_x11_32.zip
+ md5sums_i686 = 13aa7c6724997a543d7759b657a20364
+ source_x86_64 = godot-mono-bin-3.5.1-x86_64.zip::https://downloads.tuxfamily.org/godotengine/3.5.1/mono/Godot_v3.5.1-stable_mono_x11_64.zip
+ md5sums_x86_64 = 88a0be9080dc7b8e3df4a663b355b654
pkgname = godot-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index deca0452d908..3ab8dfb6a091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
-pkgver=3.5
+pkgver=3.5.1
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")
@@ -9,7 +9,6 @@ license=('MIT')
provides=("godot-mono-bin")
conflicts=("godot-mono")
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")
source_x86_64=("$pkgname-$pkgver-x86_64.zip::https://downloads.tuxfamily.org/godotengine/"$pkgver"/mono/Godot_v"$pkgver"-stable_mono_x11_64.zip")
@@ -45,5 +44,5 @@ package() {
}
md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
'281c83d55c6a4d39fb9710e6f143bc5a')
-md5sums_i686=('426d2222d8026f1d3f747ff269f9d633')
-md5sums_x86_64=('614d9a53a1e05f3eab4c57a52005730a')
+md5sums_i686=('13aa7c6724997a543d7759b657a20364')
+md5sums_x86_64=('88a0be9080dc7b8e3df4a663b355b654')