Search Criteria
Package Details: faugus-launcher 1.2.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/faugus-launcher.git (read-only, click to copy) |
---|---|
Package Base: | faugus-launcher |
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-git |
Provides: | faugus-launcher |
Submitter: | flxrbr |
Maintainer: | flxrbr |
Last Packager: | flxrbr |
Votes: | 2 |
Popularity: | 1.95 |
First Submitted: | 2025-01-06 01:01 (UTC) |
Last Updated: | 2025-01-08 18:56 (UTC) |
Dependencies (11)
- gamescope (gamescope-fmlAUR, gamescope-shortcutsAUR, gamescope-nvidia-gitAUR, gamescope-sk-gitAUR, gamescope-plusAUR, gamescope-gitAUR, gamescope-nvidiaAUR, gamescope-skAUR)
- icoextractAUR
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libayatana-appindicator
- python (python37AUR, python311AUR, python310AUR)
- python-filelock
- python-gobject
- python-pillow
- python-pynputAUR
- python-requests
- umu-launcher (umu-launcher-gitAUR)
Latest Comments
flxrbr commented on 2025-01-08 18:30 (UTC)
@patlefort got it. I'll change it then. Thanks.
patlefort commented on 2025-01-08 18:25 (UTC)
Getting the latest commit is the purpose of the
-git
package. Otherwise, it's expected that it will always build the same thing now or later for the same pkgbuild. The correct way, since you control this project, would be to push new version tags in your github repo and bump the pkgver here. If it's too much work, it's fine to just maintain the-git
package and let users keep up to date.flxrbr commented on 2025-01-08 18:06 (UTC)
@patlefort that was my intention. It's just easier to release bug fixes. Is that a problem? I'll change it if it is.
patlefort commented on 2025-01-08 17:56 (UTC)
Can you please use a versioned release in the source? As in
${url}/archive/refs/tags/${pkgver}.tar.gz
. I think your url is pointing at whatever is the latest commit in the repo.