Search Criteria
Package Details: cursetag-git r41.d016c13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cursetag-git.git (read-only, click to copy) |
---|---|
Package Base: | cursetag-git |
Description: | an ncurses based audio metadata (tag) editor |
Upstream URL: | https://github.com/lotuskip/cursetag |
Licenses: | None |
Conflicts: | cursetag |
Provides: | cursetag |
Submitter: | jose1711 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-06-20 11:07 (UTC) |
Last Updated: | 2022-06-20 11:07 (UTC) |
Latest Comments
Gallifreyan commented on 2024-06-21 06:53 (UTC)
Would you consider amending the PKGBUILD and changing the package version? The upstream is currently at
6
, as per the makefile config, but when I build this package, the version is4.something
, and certainly not41
.Maybe just change the
pkgver
function to something likeprintf "r6.%s" "$(git rev-parse --short HEAD)"
, so as to closer reflect the upstream version?