Package Details: q-dns-git 0.19.11.2b19fb7-1

Git Clone URL: https://aur.archlinux.org/q-dns-git.git (read-only, click to copy)
Package Base: q-dns-git
Description: A tiny command line DNS client with support for UDP, DoT, DoH, DoQ and ODoH.
Upstream URL: https://github.com/natesales/q
Keywords: cli dns doh doq dot network odoh q tool udp
Licenses: GPL-3.0
Conflicts: q-dns
Provides: q-dns
Submitter: brunomiguel
Maintainer: brunomiguel
Last Packager: brunomiguel
Votes: 4
Popularity: 0.000000
First Submitted: 2021-04-06 17:55 (UTC)
Last Updated: 2026-01-22 16:04 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

brunomiguel commented on 2021-10-08 23:59 (UTC)

Package available in binary form at userrepository.eu

Latest Comments

Neumo commented on 2025-12-29 07:27 (UTC)

Hi, I noticed that the pkgver() function seems to be generating version strings based solely on the upstream version and the short git hash (e.g., 0.19.11.4b54702).

Because git hashes are random and not chronological, this causes issues with AUR helpers. For example, my local version ...4b54702 (from Nov 10) is considered "newer" than the remote version ...2b19fb7 (from Dec 9) simply because 4 is greater than 2.

Could you please update the pkgver() function to include a revision count (r-count) so the versions increase monotonically?

A common pattern for git packages is: printf "%s.r%s.%s" "$(git describe --tags --abbrev=0 | sed 's/^v//')" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"

brunomiguel commented on 2022-12-03 17:47 (UTC)

@Dulbi were you able to build it on that architecture?

Dulbi commented on 2022-12-02 23:52 (UTC)

Could you please add 'aarch64' as an available architecture ?

brunomiguel commented on 2022-06-28 11:42 (UTC)

Thank you for your suggestion, @dreieck! And apologies for taking so long to reply, but it was due to health issues. I'll push an update in an instant

dreieck commented on 2022-06-03 10:40 (UTC)

Please change provides and conflicts-entry from q-dns-git to q-dns.

Also, I suggest to add =${pkgver} to the provides entry.

Regards!

brunomiguel commented on 2021-10-08 23:59 (UTC)

Package available in binary form at userrepository.eu