



























Hello.. Since this is a pkg without -git suffix, wouldnt it be better to change the source line to a tag release?
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
and change the cd lines to
cd $pkgname-$pkgver
and also remove the function?
pkgver()
This would also help the aur helpers to correctly show updates. Currently it causes aur helpers to show update for the package even though it is upto date...
@Zylvo thank you so much for the shoutout! you helped me discover another issue. fixed and bumped to the pre-release version
Hi, there's "cli11" dependency missing that can cause missing file "#include <CLI/CLI.hpp>" error
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@wintersnowgod Fixed! I think that the AUR helper might be a lack of
.SRCINFOissue but I can't test as I use pure CMake for the task. I applied your changes anyway! Though I'm fearful that it can break on bad connections just like I faced it right now with an error along the lines of"server doesn't support byte resume"so I might revert if asked to do so.