summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntti Ellilä2024-03-20 22:50:53 +0200
committerAntti Ellilä2024-03-20 22:50:53 +0200
commit4a0f8b2535ff4bfb4eb481b91dab03528c212008 (patch)
treed65064f27223d1a36a9567150f9b20c19cb26ea2 /PKGBUILD
parentd361563f247a5261ddf17be8de96f88d5a7f5ae9 (diff)
downloadaur-4a0f8b2535ff4bfb4eb481b91dab03528c212008.tar.gz
Fix AppImage getting corrupted caused by changes in arch build tooling
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"