summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpobrn2022-11-26 15:30:25 +0100
committerBarnabás Pőcze2022-11-26 15:30:25 +0100
commit437d3be1b3a394b68b71148c0b45dae7507774e8 (patch)
tree528434fdaa2779f70b492d8068350b34e4903cd7 /PKGBUILD
parent631b45b75025cd67baf20c1abc20566a64dfeb97 (diff)
downloadaur-437d3be1b3a394b68b71148c0b45dae7507774e8.tar.gz
update pkgver
See https://aur.archlinux.org/packages/yavta-git#comment-891331. This might seem like an incorrect change, but consider the following: * if someone has not installed this package, then this change is irrelevant for them; * if someone has installed this package: * if rev-parse gave a string shorter than 7 chars, then they will consider this as an update, and simply update; * if rev-parse gave a string with 7 or more chars, then they will not update since `vercmp` will consider this new version equal or older, which is fine, because this not a real version change, furthermore, when a new commit is made to the repository, rev-count will return 130 or more, so they will now update because `vercmp` consider r130.xxxx > r129.xxxx.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a03f5ee41bd..ac498b0492c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=yavta
pkgname=${_pkgname}-git
-pkgver=r129.c7b5b7570476
+pkgver=r129.c7b5b75
pkgrel=1
pkgdesc='Yet Another V4L2 Test Application'
arch=('x86_64' 'i686' 'aarch64')