summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-01-21actually build in build()pobrn
2022-11-26update pkgverpobrn
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.
2022-11-24use meson to build and installpobrn
The Makefile has been deprecated, so use meson.
2020-10-15fix indentationpobrn
2020-09-29update source, build, packagepobrn
2020-09-17add 'aarch64' to the supported architecturespobrn
2020-09-15yavta-git: initialpobrn