summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-11-02 23:26:52 +0100
committerMarvin Dalheimer2023-11-02 23:26:52 +0100
commitd335a24a0daa9be3b6ca4f865e7ac066fd6b1c20 (patch)
treed96f7f5791e3ebdd1fb5903c3ac963b7cc260c0f
parentb79e7c7de8e64cc66ea18414699c928b02502153 (diff)
downloadaur-d335a24a0daa9be3b6ca4f865e7ac066fd6b1c20.tar.gz
Update to version 4.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52015f8a127f..d7f29d2e2251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = godot-mono
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine.
- pkgver = 4.1.2
- pkgrel = 2
+ pkgver = 4.1.3
+ pkgrel = 1
url = https://godotengine.org/
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = godot-mono
depends = dotnet-sdk
provides = godot
provides = godot-mono
- conflicts = godot
+ conflicts = godot-mono
source = godot-mono::git+https://github.com/godotengine/godot.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b23c9f08bcb4..e87964633a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono
-pkgver=4.1.2
-pkgrel=2
+pkgver=4.1.3
+pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine."
arch=('i686' 'x86_64')
url="https://godotengine.org/"
@@ -29,7 +29,7 @@ makedepends=(
'xorg-server-xvfb'
)
provides=('godot' 'godot-mono')
-conflicts=('godot')
+conflicts=('godot-mono')
source=(${pkgname}::git+https://github.com/godotengine/godot.git)
md5sums=('SKIP')