Reggalation Fixes

This commit is contained in:
kinker31 2025-09-09 13:06:24 -05:00
parent 16132a708c
commit c9b9048e6c
2 changed files with 4 additions and 7 deletions

View file

@ -4,7 +4,7 @@ pkgbase = helion
pkgrel = 2
url = https://github.com/Helion-Engine/Helion
arch = x86_64
license = GPL3
license = GPL-3.0-or-later
makedepends = dotnet-sdk>=9.0
makedepends = clang
depends = libsndfile
@ -13,9 +13,7 @@ pkgbase = helion
depends = alsa-lib
depends = glibc
depends = glib2
conflicts = helion-git
conflicts = helion-bin
source = https://github.com/Helion-Engine/Helion/archive/refs/tags/0.9.8.0.tar.gz
source = https://github.com/Helion-Engine/Helion/archive/refs/tags/helion-0.9.8.0.tar.gz
source = change-desktop-target.patch
sha256sums = cb893c0e92950919700dd3471ad7420fa44c1bc0a60ecff0f8148b62a796eec7
sha256sums = 55fbacd2387b4a70878731969fa044bcf91cdd6f1c03138606336fee7acd8f89

View file

@ -6,12 +6,11 @@ pkgrel=2
pkgdesc="A modern Doom FPS engine, made with C# and GPU usage in mind"
arch=('x86_64')
url="https://github.com/Helion-Engine/Helion"
license=('GPL3')
license=(' GPL-3.0-or-later')
# Might be a good idea investigating if we can ignore most of the dependencies or not.
depends=('libsndfile' 'mpg123' 'gcc-libs' 'alsa-lib' 'glibc' 'glib2')
makedepends=('dotnet-sdk>=9.0' 'clang')
conflicts=('helion-git' 'helion-bin')
source=("https://github.com/Helion-Engine/Helion/archive/refs/tags/${pkgver}.tar.gz" "change-desktop-target.patch")
source=("https://github.com/Helion-Engine/Helion/archive/refs/tags/helion-${pkgver}.tar.gz" "change-desktop-target.patch")
sha256sums=('cb893c0e92950919700dd3471ad7420fa44c1bc0a60ecff0f8148b62a796eec7' '55fbacd2387b4a70878731969fa044bcf91cdd6f1c03138606336fee7acd8f89')
prepare() {
cd "$srcdir/Helion-${pkgver}"