Fix failure to retrieve archive.

This commit is contained in:
JustinWayland 2025-09-17 22:20:36 -04:00 committed by JustinWayland
parent c9b9048e6c
commit ca948c348c
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ pkgbase = helion
depends = alsa-lib
depends = glibc
depends = glib2
source = https://github.com/Helion-Engine/Helion/archive/refs/tags/helion-0.9.8.0.tar.gz
source = https://github.com/Helion-Engine/Helion/archive/refs/tags/0.9.8.0.tar.gz
source = change-desktop-target.patch
sha256sums = cb893c0e92950919700dd3471ad7420fa44c1bc0a60ecff0f8148b62a796eec7
sha256sums = 55fbacd2387b4a70878731969fa044bcf91cdd6f1c03138606336fee7acd8f89

View file

@ -10,7 +10,7 @@ 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')
source=("https://github.com/Helion-Engine/Helion/archive/refs/tags/helion-${pkgver}.tar.gz" "change-desktop-target.patch")
source=("https://github.com/Helion-Engine/Helion/archive/refs/tags/${pkgver}.tar.gz" "change-desktop-target.patch")
sha256sums=('cb893c0e92950919700dd3471ad7420fa44c1bc0a60ecff0f8148b62a796eec7' '55fbacd2387b4a70878731969fa044bcf91cdd6f1c03138606336fee7acd8f89')
prepare() {
cd "$srcdir/Helion-${pkgver}"