summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
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"