Package Details: manjaro-gaming-control-bin 1.0.0-3

Git Clone URL: https://aur.archlinux.org/manjaro-gaming-control-bin.git (read-only, click to copy)
Package Base: manjaro-gaming-control-bin
Description: Exclusive optimization and hardware control utility for Manjaro Linux gamers.
Upstream URL: https://github.com/serhiidev88/ManjaroGamingControl
Licenses: GPL-3.0-or-later
Conflicts: manjaro-gaming-control
Provides: manjaro-gaming-control
Submitter: serhiidev
Maintainer: serhiidev
Last Packager: serhiidev
Votes: 0
Popularity: 0.000000
First Submitted: 2026-04-27 09:34 (UTC)
Last Updated: 2026-04-29 00:00 (UTC)

Latest Comments

serhiidev commented on 2026-04-29 00:15 (UTC)

Hello @FabioLolix, thank you for the warm welcome and the constructive feedback!

As a new contributor to the AUR, I really appreciate your guidance. I have updated the PKGBUILD (bumped to version 1.0.0-3) to address your points:

  • Changed the license to the correct SPDX identifier: GPL-3.0-or-later.
  • Moved nvidia-utils to optdepends.
  • Added a LICENSE file to the GitHub repository.
  • Updated the GitHub README.md to include the PyInstaller build command for transparency and clarified that the tool is also compatible with Arch Linux.

Please let me know if any further adjustments are needed. Thank you for your time and help!

FabioLolix commented on 2026-04-27 16:02 (UTC)

Hi and welcome to the AUR :) about this package

  • pkgbuilds exclusive to derivates aren't very welcome
  • what procedure generate the binary? This isn't clear from your github repo
  • 'GPL' isn't a valid license; Arch have switched to SPDX license identifiers (i.e. GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only etc..), a license file is also missing in your github repo
  • should have an optional depends on the nvidia driver optdepends=(nvidia-utils)