summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-10-12 18:21:16 +0200
committerMarvin Dalheimer2023-10-12 18:21:16 +0200
commitb79e7c7de8e64cc66ea18414699c928b02502153 (patch)
treed28fb4fec3fe86d0f0bc0ea765eb6128d5ef452b
parentc045d57c5a2f2caed5c1acac6b0de596ee4c39da (diff)
downloadaur-b79e7c7de8e64cc66ea18414699c928b02502153.tar.gz
Update provides and conflicts fields
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de79233f8d7..52015f8a127f 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 = 1
+ pkgrel = 2
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-mono-bin
+ conflicts = godot
source = godot-mono::git+https://github.com/godotengine/godot.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc644c079bf8..b23c9f08bcb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono
pkgver=4.1.2
-pkgrel=1
+pkgrel=2
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-mono-bin')
+conflicts=('godot')
source=(${pkgname}::git+https://github.com/godotengine/godot.git)
md5sums=('SKIP')