summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-11-02 23:12:06 +0100
committerMarvin Dalheimer2023-11-02 23:12:06 +0100
commit25fc2c5653aec45f0e2c8c9bf331142ea556f5ef (patch)
treed0848ace2ce54092adac2bbb68990c617e5c4886
parentdd832856da7cf63ba7d07aae08641dea54f123ba (diff)
downloadaur-25fc2c5653aec45f0e2c8c9bf331142ea556f5ef.tar.gz
Update to version 4.1.3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22288b320c9d..ab97a4a5622a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 4.1.2
- pkgrel = 3
+ pkgver = 4.1.3
+ pkgrel = 1
url = https://www.godotengine.org
arch = i686
arch = x86_64
@@ -9,15 +9,14 @@ pkgbase = godot-mono-bin
depends = dotnet-sdk
provides = godot
provides = godot-mono
- conflicts = godot
conflicts = godot-mono
source = godot-mono.desktop
source = icons.tar.gz
md5sums = c8ba9f7656b2c2db9a3ec385b3848bf5
md5sums = 3d33c4ec9dfa6fb0f58bfed3dbfb2f0f
- source_i686 = godot-mono-bin-4.1.2-i686.zip::https://github.com/godotengine/godot/releases/download/4.1.2-stable/Godot_v4.1.2-stable_mono_linux_x86_32.zip
- md5sums_i686 = 254706816fd410970cf1fc181ae8c9d4
- source_x86_64 = godot-mono-bin-4.1.2-x86_64.zip::https://github.com/godotengine/godot/releases/download/4.1.2-stable/Godot_v4.1.2-stable_mono_linux_x86_64.zip
- md5sums_x86_64 = fd2881260fa658758d35b1dae73eb94c
+ source_i686 = godot-mono-bin-4.1.3-i686.zip::https://github.com/godotengine/godot/releases/download/4.1.3-stable/Godot_v4.1.3-stable_mono_linux_x86_32.zip
+ md5sums_i686 = cf6ca63cef9be1c92c80743bcee5fe43
+ source_x86_64 = godot-mono-bin-4.1.3-x86_64.zip::https://github.com/godotengine/godot/releases/download/4.1.3-stable/Godot_v4.1.3-stable_mono_linux_x86_64.zip
+ md5sums_x86_64 = df0e692ac7edf8b9881bf6042bf22820
pkgname = godot-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 36f167c106a8..70af4209a7ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
-pkgver=4.1.2
-pkgrel=3
+pkgver=4.1.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")
url="https://www.godotengine.org"
license=('MIT')
provides=("godot" "godot-mono")
-conflicts=("godot" "godot-mono")
+conflicts=("godot-mono")
depends=("dotnet-sdk")
source=("godot-mono.desktop" "icons.tar.gz")
source_i686=("$pkgname-$pkgver-i686.zip::https://github.com/godotengine/godot/releases/download/"$pkgver"-stable/Godot_v"$pkgver"-stable_mono_linux_x86_32.zip")
@@ -44,5 +44,5 @@ package() {
}
md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
'3d33c4ec9dfa6fb0f58bfed3dbfb2f0f')
-md5sums_i686=('254706816fd410970cf1fc181ae8c9d4')
-md5sums_x86_64=('fd2881260fa658758d35b1dae73eb94c')
+md5sums_i686=('cf6ca63cef9be1c92c80743bcee5fe43')
+md5sums_x86_64=('df0e692ac7edf8b9881bf6042bf22820')