Package Details: faugus-launcher-git r1374.c9b61a8-1

Git Clone URL: https://aur.archlinux.org/faugus-launcher-git.git (read-only, click to copy)
Package Base: faugus-launcher-git
Description: A simple and lightweight app for running Windows games using UMU-Launcher
Upstream URL: https://github.com/Faugus/faugus-launcher
Licenses: MIT
Conflicts: faugus-launcher
Provides: faugus-launcher
Submitter: flxrbr
Maintainer: flxrbr
Last Packager: flxrbr
Votes: 9
Popularity: 0.107147
First Submitted: 2024-07-22 15:31 (UTC)
Last Updated: 2026-05-16 16:31 (UTC)

Latest Comments

derfehler commented on 2026-05-10 17:51 (UTC)

Hi, the PKGBUILD doesn't have a pkgver() function, which means the package can sometimes be built with an older commit, and other times normally. It's pretty unreliable unless I manually clear the Git cache. Could you please add a pkgver() function to the PKGBUILD:

pkgver() {
  cd "$srcdir/faugus-launcher"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

Thanks!

KrzychuKropopek commented on 2025-07-26 19:23 (UTC)

Please add gamemode and lib32-gamemode as optional deps

flxrbr commented on 2025-06-26 22:56 (UTC)

@patlefort Oh thank you! I didn't notice.

patlefort commented on 2025-06-26 22:53 (UTC)

Problem: You have 2 makedepends=() lines.

flxrbr commented on 2025-02-25 00:24 (UTC)

@dreieck Thank you!

dreieck commented on 2025-02-24 16:41 (UTC)

Ahoj,

You need to

  • change the faugus-launcher-git provides entry to faugus-launcher,
  • install the licenste text into /usr/share/licenses/${pkgname}/:
faugus-launcher-git E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/faugus-launcher-git/ or switching to common license identifiers. Found 0/1 required license files.
  • set the architecture to any:
faugus-launcher-git W: No ELF files and not an "any" package

Regards and thanks for the package!

naxil commented on 2024-11-17 23:06 (UTC)

latest update?

nl6720 commented on 2024-10-19 12:20 (UTC)

From https://wiki.archlinux.org/title/AUR_submission_guidelines#Publishing_new_package_content :

Do not commit mere pkgver bumps for VCS packages. They are not considered out of date when the upstream has new commits. Only do a new commit when other changes are introduced, such as changing the build process.