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.62
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 9 10 11 Next › Last »

Vel0ciTy commented on 2020-12-10 07:49 (UTC)

It seems as of right now, 12/9/2020, you can't play in timeshift lobbies because it is compiled from the source. However, using the osu AppImage allows you to do so though. osu-lazer-bin uses the AppImage and replacing this package with the bin seems to retain your information

Steffo commented on 2020-08-17 01:42 (UTC)

If you experience hitsound delays while playing, you can try one of the workarounds suggested in this issue.

morguldir commented on 2020-03-30 16:21 (UTC)

"Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix."

https://wiki.archlinux.org/index.php/AUR_submission_guidelines#Rules_of_submission

Also, i think AppImage has it's own updating system.

fireflies commented on 2020-03-30 09:01 (UTC)

Why not? It is fully possible to package an AppImage as a package. I said nothing about extracting it out. Also, letting pacman tracks the versioning is somewhat easier than to do it yourself.

huupoke12 commented on 2020-03-17 04:46 (UTC) (edited on 2020-03-17 11:04 (UTC) by huupoke12)

I don't see the point of that. AppImages are designed to be self-contained (with its dependencies), not "polluting" existing filesystem, one click and run, can be used without root access, so why we even need a package for that?

fireflies commented on 2020-03-17 04:23 (UTC)

AppImage releases are up. Should we migrate to this? osu-lazer-git exists already.

morguldir commented on 2020-01-16 18:19 (UTC)

I don't understand how that happened, but you can try this.:

cd osu-2020.112.0/osu.Desktop
dotnet add package Humanizer.Core.es --version 2.7.9

Or maybe running dotnet restore in osu-2020.112.0 will fix it.

selplacei commented on 2020-01-16 18:06 (UTC) (edited on 2020-01-16 18:06 (UTC) by selplacei)

Getting the following error:

/usr/share/dotnet/sdk/3.1.100/NuGet.targets(123,5): error : Could not find file '/home/selplacei/.nuget/packages/humanizer.core.es/2.7.9/humanizer.core.es.2.7.9.nupkg'. [/home/selplacei/.cache/yay/osu-lazer/src/osu-2020.112.0/osu.Desktop/osu.Desktop.csproj]

Tried to do dotnet add PACKAGE manually, but it says that it can't find any projects in the osu-lazer directory. Not experienced with dotnet so maybe I'm doing something wrong. Regardless, this is a build error.