mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Changes
This commit is contained in:
parent
2e023cd158
commit
0faf5410f8
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -5,7 +5,7 @@ pkgbase = helion
|
|||
url = https://github.com/Helion-Engine/Helion
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = dotnet-sdk>=9.0
|
||||
makedepends = dotnet-sdk-10.0-bin
|
||||
makedepends = clang
|
||||
depends = libsndfile
|
||||
depends = mpg123
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -9,7 +9,8 @@ url="https://github.com/Helion-Engine/Helion"
|
|||
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')
|
||||
#dotnet-sdk-10.0-bin is a temporary mesure until Arch updates Dotnet.
|
||||
makedepends=('dotnet-sdk-10.0-bin' 'clang')
|
||||
source=("https://github.com/Helion-Engine/Helion/archive/refs/tags/${pkgver}.tar.gz" "change-desktop-target.patch")
|
||||
sha256sums=('cb893c0e92950919700dd3471ad7420fa44c1bc0a60ecff0f8148b62a796eec7' 'e8c91f9941d7805494edc950aa2375423392c91b9a5abc664a687e7047bce811')
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue