Package Details: osu-lazer-git latest-1

Git Clone URL: https://aur.archlinux.org/osu-lazer-git.git (read-only, click to copy)
Package Base: osu-lazer-git
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
Conflicts: osu-lazer
Provides: osu-lazer
Submitter: emmieaur
Maintainer: neeshy
Last Packager: neeshy
Votes: 40
Popularity: 0.000002
First Submitted: 2017-03-25 04:24 (UTC)
Last Updated: 2024-04-15 19:08 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »

crab2313 commented on 2018-03-30 05:11 (UTC)

Build failed with recent update.

emmieaur commented on 2018-03-08 20:50 (UTC)

Ah yeah, I should add that to the PKGBUILD. Recently I've just been doing TERM=xterm makepkg.

crab2313 commented on 2018-03-08 11:48 (UTC)

Run "export TERM=xterm" before you try to build osu-lazer-git since mono has a issue with ncurse-6.

Lucki commented on 2018-01-25 12:37 (UTC)

Following this guideline makepkg can handle the submodules as sources:

source=('git+https://github.com/ppy/osu.git'
        'git+https://github.com/ppy/osu-framework'
        'git+https://github.com/ppy/osu-resources'
        'osu-launcher'
        'osu-lazer.desktop'
        'osu-lazer.png'
        'x-osu-lazer.xml')

prepare() {
  cd "${srcdir}/osu"
  git submodule init
  git config submodule.osu-framework.url "${srcdir}/osu-framework"
  git config submodule.osu-resources.url "${srcdir}/osu-resources"
  git submodule update
}

emmieaur commented on 2018-01-25 06:17 (UTC)

Thanks, set it to use 'mono' from the repos.

donaldtrump commented on 2018-01-25 06:04 (UTC) (edited on 2018-01-25 06:04 (UTC) by donaldtrump)

mono in Extra has been updated to a supported version

you could change the dependency back to just 'mono'

rlriueab commented on 2018-01-14 03:26 (UTC)

@ARM_User You can follow this page https://wiki.archlinux.org/index.php/Makepkg

ARM_User commented on 2018-01-12 12:16 (UTC)

@IsoaSFlus Please could you explain me how can i do to install mono-stable from git?

rlriueab commented on 2018-01-09 02:18 (UTC) (edited on 2018-01-09 02:21 (UTC) by rlriueab)

@ARM_User Because MONO is such a huge thing. You'd better not use yaourt directly(yaourt will do all things in /tmp), and git clone mono-stable aur repository to where has enough space then using makepkg directive.

ARM_User commented on 2018-01-07 21:55 (UTC)

I don't know why but it completely fills my /tmp folder (which is 2G)