Package Details: python-stagger-git 1.0.0.r8.g6530db1-1

Git Clone URL: https://aur.archlinux.org/python-stagger-git.git (read-only, click to copy)
Package Base: python-stagger-git
Description: ID3v1/ID3v2 tag manipulation package in pure Python 3
Upstream URL: https://github.com/staggerpkg/stagger
Licenses: BSD
Conflicts: python3-stagger-svn
Provides: python-stagger
Submitter: manolomartinez
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 5
Popularity: 0.000001
First Submitted: 2015-10-06 09:57 (UTC)
Last Updated: 2022-08-30 02:41 (UTC)

Required by (2)

Sources (1)

Latest Comments

jooch commented on 2017-04-18 18:33 (UTC)

@Senco Nope still reports it is outdated, use this: pkgver() { date +%Y%m%d }

Senco commented on 2017-02-03 14:33 (UTC)

Switching from: pkgver() { cd $_pkgname git describe --tags --always | sed -e 's|-|.|g' } to: pkgver() { cd $_pkgname printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } might help end the endless updating of this package. The upstream seems to have a bit of a problem with versioning (hence my erroneous flagging out-of-date) and tag naming. So ignoring the tags could be a sane choice here. Further reading: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver.28.29_function

quite commented on 2016-03-02 18:12 (UTC)

yaourt/apacman etc reports python-stagger-git as having a new version, when it doesn't. Perhaps it may be fixed the same way as you fixed greg-git? Had the same problem there, but as of today it seems fine.