summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-10-13 09:29:01 +0200
committerMarvin Dalheimer2023-10-13 09:29:01 +0200
commitdd832856da7cf63ba7d07aae08641dea54f123ba (patch)
tree1e3502cd8ccbf7283c983dbfb1f33b357b455179 /PKGBUILD
parentc30cd06a0f3b491b43881484962e14fed6e49b5d (diff)
downloadaur-dd832856da7cf63ba7d07aae08641dea54f123ba.tar.gz
Readd godot-mono as conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b47322d23589..36f167c106a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Marvin Dalheimer <me@marvin-dalheimer.de>
pkgname=godot-mono-bin
pkgver=4.1.2
-pkgrel=2
+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")
url="https://www.godotengine.org"
license=('MIT')
provides=("godot" "godot-mono")
-conflicts=("godot")
+conflicts=("godot" "godot-mono")
depends=("dotnet-sdk")
source=("godot-mono.desktop" "icons.tar.gz")
source_i686=("$pkgname-$pkgver-i686.zip::https://github.com/godotengine/godot/releases/download/"$pkgver"-stable/Godot_v"$pkgver"-stable_mono_linux_x86_32.zip")