





















Changed the repo from automatic versioning to manual one.
jq is in extra repo, curl in base but not in base package group.
I will try to use github actions for this in the near future for what I tried to do here.
==> ERROR: pkgver is not allowed to be empty.
it is outdated, v27 is released
It appears that makedepends aren't resolved before the pkgver() hook runs. I receive an error about
jqmissing when building in a clean chroot.
The sequence didn't even cross my mind to resolve makedepends before pkgver(). As I use jq quite often, it ran fine on my system.
Will fix when I am free from work tomorrow afternoon (CEST).
EDIT: Fixed, somewhat. Changed out jq for awk, which is installed on archlinux by default. There's a slight chance that it will fail since jq is specifically for parsing json and awk is not.
It appears that makedepends aren't resolved before the pkgver() hook runs. I receive an error about jq missing when building in a clean chroot.
==> Validating source files with sha256sums...
millennium-v3.0.0-beta.24-linux-x86_64.tar.gz ... Skipped
millennium-v3.0.0-beta.24-linux-x86_64.sha256 ... Skipped
LICENSE.md ... Skipped
==> Starting verify()...
millennium-v3.0.0-beta.24-linux-x86_64.tar.gz: OK
/startdir/PKGBUILD: line 10: jq: command not found
==> ERROR: pkgver is not allowed to be empty.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
There's an extra
vinsource