Search Criteria
Package Details: yavta-git r129.c7b5b75-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yavta-git.git (read-only, click to copy) |
---|---|
Package Base: | yavta-git |
Description: | Yet Another V4L2 Test Application |
Upstream URL: | https://git.ideasonboard.org/yavta.git |
Keywords: | camera v4l2 video |
Licenses: | GPL2 |
Submitter: | pobrn |
Maintainer: | pobrn |
Last Packager: | pobrn |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-15 15:02 (UTC) |
Last Updated: | 2023-01-21 18:33 (UTC) |
Latest Comments
pobrn commented on 2022-11-26 14:51 (UTC) (edited on 2022-11-26 14:51 (UTC) by pobrn)
@akobel I have pushed an update, I think it should work. See the commit for the rationale.
akobel commented on 2022-11-26 13:49 (UTC)
Package builds to version
yavta-git-r129.c7b5b75-1
for me. This is the same, of course, as the version identifier in the PKGBUILD (r129.c7b5b7570476-1
); but using the non-standard 12-char commit hash rather than the 7-char default shorthash means that AUR package managers such as pikaur think that a newer version is available even if it's exactly the same. (Because the 12-char "version number" appears higher and, thus, newer than the 7-char "version"; there's only lexicographic comparison without interpretation of what a hash is and what isn't.)This is a rather trivial annoyance; but it should be easy enough to fix with
pkgver = r129.c7b5b75
and incrementingpkgrel
without other changes, I suppose.Thanks!