summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f51a7acaf92..e9d5e4a73383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
-pkgver=3.0.3
+pkgver=3.0.5
pkgrel=3
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")
@@ -12,10 +12,6 @@ depends=("mono>=5.12.0" "dotnet-sdk" "msbuild-stable")
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")
-md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
- '281c83d55c6a4d39fb9710e6f143bc5a')
-md5sums_i686=('77a0bc1b0708a0843c94e95f9b387176')
-md5sums_x86_64=('f81c27e6414bf9f3306ddb859aa4f7b3')
package() {
mkdir -p "$pkgdir/opt/$pkgname"
@@ -46,3 +42,7 @@ package() {
;;
esac
}
+md5sums=('c8ba9f7656b2c2db9a3ec385b3848bf5'
+ '281c83d55c6a4d39fb9710e6f143bc5a')
+md5sums_i686=('c98ab8b9add8206b374a4276ec4278a4')
+md5sums_x86_64=('4d28d764688913d771ec596504c58da8')