summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-10-12 18:16:00 +0200
committerMarvin Dalheimer2023-10-12 18:16:00 +0200
commitc30cd06a0f3b491b43881484962e14fed6e49b5d (patch)
tree43abc369fab5316f6fd8d6ad561e2ceb5d7ad248 /PKGBUILD
parentd3556b9b3285a4b15e5bc8684b97f2ad9521df43 (diff)
downloadaur-c30cd06a0f3b491b43881484962e14fed6e49b5d.tar.gz
Fix wrong md5sum for image.tar.gz
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75597ad773a0..b47322d23589 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=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"
license=('MIT')
-provides=("godot" "godot-mono-bin")
-conflicts=("godot-mono")
+provides=("godot" "godot-mono")
+conflicts=("godot")
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")