Search Criteria
Package Details: goplaying-git r34.878d680-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/goplaying-git.git (read-only, click to copy) |
|---|---|
| Package Base: | goplaying-git |
| Description: | Now Playing TUI written in Go |
| Upstream URL: | https://github.com/justinmdickey/goplaying |
| Licenses: | MIT |
| Conflicts: | goplaying |
| Provides: | goplaying |
| Submitter: | justinmdickey |
| Maintainer: | justinmdickey |
| Last Packager: | justinmdickey |
| Votes: | 2 |
| Popularity: | 0.000716 |
| First Submitted: | 2024-10-23 16:17 (UTC) |
| Last Updated: | 2025-11-17 18:27 (UTC) |
Dependencies (3)
- playerctl (playerctl-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
Latest Comments
FabioLolix commented on 2024-10-29 19:06 (UTC)
About the pkgver
r21.7c37bd9was correct, it stand for 21 commits (revisions) dot git hash 7c37bd9, same you can see in your github repoGit without tags: https://wiki.archlinux.org/title/VCS_package_guidelines#Git
Also putting 0 create issues with AUR helpers
FabioLolix commented on 2024-10-29 17:20 (UTC)
Hello and welcome to the AUR :)
pkgver=should be calculated before uploadlicensespackage should be installed inpackage()cd goplayingif you like (cd $srcdiris done anyway at the start of each function)There are also the Go packaging guidelines https://wiki.archlinux.org/title/Go_package_guidelines#Flags_and_build_options so there will be less warning when analyzing with
namcap