Versions like: 0.1.0.post1+g4480397
conform to PEP 440: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers
Whats better about that format? =]
Git Clone URL: | https://aur.archlinux.org/play-with-mpv-git.git (read-only, click to copy) |
---|---|
Package Base: | play-with-mpv-git |
Description: | Chrome extension and python server that allows you to play videos in webpages with MPV instead. |
Upstream URL: | https://github.com/Thann/play-with-mpv |
Keywords: | chrome mpv video |
Licenses: | Unlicense |
Conflicts: | play-with-mpv |
Provides: | play-with-mpv |
Submitter: | thann |
Maintainer: | thann |
Last Packager: | thann |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-05 22:00 (UTC) |
Last Updated: | 2021-09-15 00:27 (UTC) |
« First ‹ Previous 1 2
Versions like: 0.1.0.post1+g4480397
conform to PEP 440: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers
Whats better about that format? =]
There are tags available, so the pkgver
array should be:
pkgver() {
cd $pkgname
printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}
pkgver=0.1.0.r1.4480397
Please change mkchromecast-git
to mkchromecast
in optdepends
as both packages provide mkchromecast
.
This package has incorrect versioning. After the repository is updated without bumping python-specific version, the new pkgver will not necessarily compare "greater" with the old pkgver.
See https://github.com/Thann/play-with-mpv/issues/17 for more details.
Pinned Comments
thann commented on 2021-08-07 05:08 (UTC) (edited on 2021-09-15 00:30 (UTC) by thann)
autostart:
systemctl enable play-with-mpv --user --now