Package Details: osu-lazer 2024.1208.0-1

Git Clone URL: https://aur.archlinux.org/osu-lazer.git (read-only, click to copy)
Package Base: osu-lazer
Description: A free-to-win rhythm game. Rhythm is just a *click* away!
Upstream URL: https://osu.ppy.sh/
Keywords: arcade game
Licenses: MIT AND CC-BY-NC-4.0
Submitter: morguldir
Maintainer: Zentino
Last Packager: Zentino
Votes: 71
Popularity: 1.17
First Submitted: 2018-06-21 12:34 (UTC)
Last Updated: 2024-12-09 08:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

Henry-ZHR commented on 2023-04-13 04:52 (UTC)

Why aur/dotnet-runtime-6.0-bin instead of community/dotnet-runtime-6.0?

ZhangHua commented on 2022-11-14 02:02 (UTC)

dotnet has been upgraded to 7.0, while this game can only run on dotnet 6.0. Please consider using dotnet-runtime-6.0 and dotnet-sdk-6.0 for running and building.

astaroth commented on 2022-10-01 02:50 (UTC)

out-date

Twikzer commented on 2022-08-22 15:47 (UTC)

when its gonna ben updated?

morguldir commented on 2022-06-08 19:23 (UTC)

What do you mean? This package doesn't auto update. But yes i use nvchecker, so there isn't much point in marking it out of date, but since it's a new person every time it's not really possible to stop it either.

<deleted-account> commented on 2022-06-08 18:00 (UTC)

This package autoupdates. Flagging out-of-date might not be helpful.

Sarisan commented on 2022-05-24 21:19 (UTC)

You shouldn't update version from 2022.509.0 since wayland support is broken and X11 has issues with resolution

ZhangHua commented on 2022-02-17 04:51 (UTC) (edited on 2022-02-17 05:19 (UTC) by ZhangHua)

ppy has upgrade dotnet to target 6.0 since version 2022.216.0, please update PKGBUILD so we can play it, thank you. This patch should works:

diff --git a/PKGBUILD b/PKGBUILD
index 3577f55..c89fc46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
 # Contributor: "donaldtrump" [AUR]

 pkgname=osu-lazer
-pkgver=2021.1111.0
+pkgver=2022.216.0
 pkgrel=1

-dotnet_version=5.0
+dotnet_version=6.0

 pkgdesc="The new open source version of osu!, the free-to-win rhythm game"
 arch=('x86_64')
@@ -15,7 +15,7 @@ license=('MIT' 'custom:CC-BY-NC 4.0')
 url='https://osu.ppy.sh/'

 depends=(ffmpeg libgl sdl2 shared-mime-info "dotnet-runtime>=$dotnet_version.0")
-makedepends=(git "dotnet-sdk>=$dotnet_version.5.sdk202")
+makedepends=(git "dotnet-sdk>=$dotnet_version.0.sdk100")

 source=(
     "osu-lazer::git+https://github.com/ppy/osu.git#tag=$pkgver"