Package Details: quien 0.9.0-1

Git Clone URL: https://aur.archlinux.org/quien.git (read-only, click to copy)
Package Base: quien
Description: A better whois and domain intelligence toolkit
Upstream URL: https://github.com/retlehs/quien
Licenses: MIT
Submitter: barbuk
Maintainer: barbuk (retlehs)
Last Packager: retlehs
Votes: 1
Popularity: 0.44
First Submitted: 2026-04-11 09:30 (UTC)
Last Updated: 2026-05-09 20:15 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

barbuk commented on 2026-04-12 07:11 (UTC)

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.

retlehs commented on 2026-04-11 23:21 (UTC) (edited on 2026-04-11 23:39 (UTC) by retlehs)

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.

HurricanePootis commented on 2026-04-11 19:47 (UTC)

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')