summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-10-05 19:57:39 +0200
committerMarvin Dalheimer2023-10-05 19:57:39 +0200
commitc045d57c5a2f2caed5c1acac6b0de596ee4c39da (patch)
tree2546613a4b1ede6baebff7184a2ea6bbe16fc0a6
parentb3d19356a209b01acdae299f3730c4ed6153ce1b (diff)
downloadaur-c045d57c5a2f2caed5c1acac6b0de596ee4c39da.tar.gz
Update to version 4.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0be9ff7b31..7de79233f8d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-mono
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine.
- pkgver = 4.1.1
+ pkgver = 4.1.2
pkgrel = 1
url = https://godotengine.org/
arch = i686
@@ -25,7 +25,7 @@ pkgbase = godot-mono
makedepends = nuget
makedepends = xorg-server-xvfb
depends = dotnet-sdk
- depends = msbuild
+ provides = godot
provides = godot-mono
conflicts = godot-mono-bin
source = godot-mono::git+https://github.com/godotengine/godot.git
diff --git a/PKGBUILD b/PKGBUILD
index 5c42cf4bea8e..dc644c079bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine."
arch=('i686' 'x86_64')
url="https://godotengine.org/"
license=('MIT')
-depends=("dotnet-sdk" "msbuild")
+depends=("dotnet-sdk")
optdepends=()
makedepends=(
'git'
@@ -28,7 +28,7 @@ makedepends=(
'nuget'
'xorg-server-xvfb'
)
-provides=('godot-mono')
+provides=('godot' 'godot-mono')
conflicts=('godot-mono-bin')
source=(${pkgname}::git+https://github.com/godotengine/godot.git)
md5sums=('SKIP')
@@ -60,7 +60,7 @@ package() {
# I have to use TERM=xterm because of an bug in mono
cat > "${pkgdir}/usr/bin/${pkgname}" <<-EOF
#!/usr/bin/env bash
- /opt/godot-mono/bin/godot.linuxbsd.editor.x86_64.mono
+ /opt/godot-mono/bin/godot.linuxbsd.editor.x86_64.mono "\$@"
EOF
chmod a+x ${pkgdir}/usr/bin/${pkgname}