summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Dalheimer2023-10-12 18:16:00 +0200
committerMarvin Dalheimer2023-10-12 18:16:00 +0200
commitc30cd06a0f3b491b43881484962e14fed6e49b5d (patch)
tree43abc369fab5316f6fd8d6ad561e2ceb5d7ad248
parentd3556b9b3285a4b15e5bc8684b97f2ad9521df43 (diff)
downloadaur-c30cd06a0f3b491b43881484962e14fed6e49b5d.tar.gz
Fix wrong md5sum for image.tar.gz
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--icons.tar.gzbin24634 -> 944 bytes
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81833d269280..08b2660c4a25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = godot-mono-bin
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.
pkgver = 4.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.godotengine.org
arch = i686
arch = x86_64
license = MIT
depends = dotnet-sdk
provides = godot
- provides = godot-mono-bin
- conflicts = godot-mono
+ provides = godot-mono
+ conflicts = godot
source = godot-mono.desktop
source = icons.tar.gz
md5sums = c8ba9f7656b2c2db9a3ec385b3848bf5
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")
diff --git a/icons.tar.gz b/icons.tar.gz
index 232ea8062994..698c2d6e8439 100644
--- a/icons.tar.gz
+++ b/icons.tar.gz
Binary files differ