Fix AppImage getting corrupted caused by changes in arch build tooling

This commit is contained in:
Antti Ellilä 2024-03-20 22:50:53 +02:00
parent d361563f24
commit 4a0f8b2535
No known key found for this signature in database
GPG key ID: 95FACC28D92F67D0
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = osu-lazer-bin
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
pkgver = 2024.312.1
pkgrel = 1
pkgrel = 2
url = https://osu.ppy.sh
arch = x86_64
license = MIT
@ -14,6 +14,7 @@ pkgbase = osu-lazer-bin
conflicts = osu-lazer
noextract = osu.AppImage
options = !strip
options = !debug
source = osu-lazer-2024.312.1.AppImage::https://github.com/ppy/osu/releases/download/2024.312.1/osu.AppImage
source = icon.png
source = https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md

View file

@ -7,7 +7,7 @@
pkgname=osu-lazer-bin
_pkgname=${pkgname%-bin}
pkgver=2024.312.1
pkgrel=1
pkgrel=2
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
arch=(x86_64)
url="https://osu.ppy.sh"
@ -20,7 +20,7 @@ depends=(
)
provides=(osu-lazer)
conflicts=(osu-lazer)
options=(!strip)
options=(!strip !debug)
source=(
"$_pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver/osu.AppImage"
"icon.png"