summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-03-02 11:10:48 +0100
committerMarvin Dalheimer2023-03-02 11:10:48 +0100
commitde51b89946b24e90b536be38fdcfb8fcadea619f (patch)
tree825b72810b3082c17c9a298e013bd10b04b77fa5 /PKGBUILD
parent93d730889bb7009b163306667b0045dab313796a (diff)
downloadaur-de51b89946b24e90b536be38fdcfb8fcadea619f.tar.gz
Update to Version 4.0+2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6960364a2c2a..72538f76c3e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
pkgver=4.0
-pkgrel=1
+pkgrel=2
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"
@@ -38,7 +38,7 @@ package() {
;;
"x86_64")
chmod +x "$pkgdir/opt/$pkgname/godot/Godot_v${pkgver}-stable_mono_linux.x86_64"
- ln -s "/opt/$pkgname/godot/Godot_v${pkgver}-stable_mono_linux.x_86_64" "$pkgdir/usr/bin/godot-mono"
+ ln -s "/opt/$pkgname/godot/Godot_v${pkgver}-stable_mono_linux.x86_64" "$pkgdir/usr/bin/godot-mono"
;;
esac
}