Search Criteria
Package Details: goplaying-git r104.5ae2d74-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, goplaying-bin |
| Provides: | goplaying |
| Submitter: | justinmdickey |
| Maintainer: | justinmdickey |
| Last Packager: | justinmdickey |
| Votes: | 3 |
| Popularity: | 0.080371 |
| First Submitted: | 2024-10-23 16:17 (UTC) |
| Last Updated: | 2026-03-03 19:50 (UTC) |
Dependencies (3)
- playerctl (playerctl-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, 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