






















Hi barbuk, thanks for packaging this! I'm the upstream author — would you be willing to disown both this and quien-bin so I can take over maintenance? I'll get CI automation ready to keep the PKGBUILDs in sync with each release (both are already several versions behind).
Also re: @HurricanePootis's glibc comment — the takeover PKGBUILD will build with CGO_ENABLED=0 to produce a fully static binary, which avoids the glibc dependency entirely.
You are missing glibc has a depends().
diff --git a/PKGBUILD b/PKGBUILD
index 81de6cd..f12ad6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="A better WHOIS lookup tool"
arch=('x86_64' 'aarch64')
url="https://github.com/retlehs/quien"
license=('MIT')
+depends=('glibc')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('5a7c9bb64bd4543026e833dce435fc4b68fae9d9a59a437930d6bb27167288ed')
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Hi @retlehs, thanks for the app.
It was fun yesterday to test it and package it.
I was planning to make a PR to submit the package availability in your upstream repo today, but if you release by CI, it's better.
I'll make your account co-maintainer.