mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Reggalation Fixes
This commit is contained in:
parent
16132a708c
commit
c9b9048e6c
2 changed files with 4 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue