From 4a0f8b2535ff4bfb4eb481b91dab03528c212008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ellil=C3=A4?= Date: Wed, 20 Mar 2024 22:50:53 +0200 Subject: [PATCH] Fix AppImage getting corrupted caused by changes in arch build tooling --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e9dc9dd59ee9..8f2b0f666e90 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 6feb9a1807ca..f37b96d51f1b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"