summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-10-05 20:06:34 +0200
committerMarvin Dalheimer2023-10-05 20:06:34 +0200
commitd3556b9b3285a4b15e5bc8684b97f2ad9521df43 (patch)
tree1a31e9457ceb7b74370f89682d3d6d6ea0643f7c
parent4933ed4b15be0684058e748b6f02c506c533b2d6 (diff)
downloadaur-d3556b9b3285a4b15e5bc8684b97f2ad9521df43.tar.gz
Update to version 4.1.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f391f6edea5..81833d269280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
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.1
+ pkgver = 4.1.2
pkgrel = 1
url = https://www.godotengine.org
arch = i686
arch = x86_64
license = MIT
depends = dotnet-sdk
- depends = msbuild
+ provides = godot
provides = godot-mono-bin
conflicts = godot-mono
source = godot-mono.desktop
source = icons.tar.gz
md5sums = c8ba9f7656b2c2db9a3ec385b3848bf5
- md5sums = 281c83d55c6a4d39fb9710e6f143bc5a
- source_i686 = godot-mono-bin-4.1.1-i686.zip::https://github.com/godotengine/godot/releases/download/4.1.1-stable/Godot_v4.1.1-stable_mono_linux_x86_32.zip
- md5sums_i686 = 38411943120bac1ca9001898a4d53cab
- source_x86_64 = godot-mono-bin-4.1.1-x86_64.zip::https://github.com/godotengine/godot/releases/download/4.1.1-stable/Godot_v4.1.1-stable_mono_linux_x86_64.zip
- md5sums_x86_64 = 874ab7cbf51f1b9d60303149ef2e707a
+ 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
pkgname = godot-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 55b16c7881e7..75597ad773a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
-pkgver=4.1.1
+pkgver=4.1.2
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-mono-bin")
+provides=("godot" "godot-mono-bin")
conflicts=("godot-mono")
-depends=("dotnet-sdk" "msbuild")
+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")
source_x86_64=("$pkgname-$pkgver-x86_64.zip::https://github.com/godotengine/godot/releases/download/"$pkgver"-stable/Godot_v"$pkgver"-stable_mono_linux_x86_64.zip")
@@ -43,6 +43,6 @@ package() {
esac
}
md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
- '281c83d55c6a4d39fb9710e6f143bc5a')
-md5sums_i686=('38411943120bac1ca9001898a4d53cab')
-md5sums_x86_64=('874ab7cbf51f1b9d60303149ef2e707a')
+ '3d33c4ec9dfa6fb0f58bfed3dbfb2f0f')
+md5sums_i686=('254706816fd410970cf1fc181ae8c9d4')
+md5sums_x86_64=('fd2881260fa658758d35b1dae73eb94c')