Package Details: howdy-next 3.3.0-2

Git Clone URL: https://aur.archlinux.org/howdy-next.git (read-only, click to copy)
Package Base: howdy-next
Description: C++ rewrite of Howdy facial-recognition authentication on Linux
Upstream URL: https://codeberg.org/nathawat/howdy-next
Keywords: camera face-recognition ir-camera pam pam-module
Licenses: MIT
Conflicts: howdy, howdy-next-git
Provides: howdy
Replaces: howdy-next-git
Submitter: nathawat_a
Maintainer: nathawat_a
Last Packager: nathawat_a
Votes: 3
Popularity: 1.87
First Submitted: 2026-05-14 02:21 (UTC)
Last Updated: 2026-07-15 02:27 (UTC)

Latest Comments

nathawat_a commented on 2026-07-15 02:33 (UTC)

Thanks for reporting this. I have updated the PKGBUILD with the current b2sum.

Sorry for the delayed response. I have been busy working on v3.3.1 backlog.

naginikaido commented on 2026-07-13 06:52 (UTC)

The current b2sum of howdy-next-3.3.0.tar.gz is out of date.

diff --git a/PKGBUILD b/PKGBUILD
index 5b8608c..efe67bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ source=(
        "${pkgname}-${pkgver}.tar.gz::${url}/archive/${_tag}.tar.gz"
        "polkit-agent-helper-howdy.conf"
 )
-b2sums=('2dce843867b81de0f713019ad2e2e9b8500570556d6fa51e7eb8ab8706a15534b94442c81b22bc3c204adfef9696336ec134d28d86c3168ee85067a706e787d3'
+b2sums=( '396a21c434fccc4c3ac5de95308afee8beeeb90c220163e8ae242bd94b3b8108fc4119c54aa800bb8c219428960f4df57d04e9aac42906ca8c1c61e7568322e3'
                'ac6c1a82d6b4a00e4d518ad49592d5eb0aa4590e6c584328230fe875af0604b56861235cfbf9cd8a93bc9f1130eafb02392705cfa3a247770eb013da8576922b')

 build() {

nathawat_a commented on 2026-05-16 03:17 (UTC)

Could you try again? I've added it. If you're using AUR Helper, please clear the cache.

bluePenguin commented on 2026-05-15 00:55 (UTC)

when compiling, I got the error that nlohmann-json was not found.

Run-time dependency nlohmann_json found: NO  (tried pkg-config)

howdy-next/howdy/src/meson.build:3:16: ERROR: Dependency "nlohmann_json" not found (tried pkg-config)

adding nlohmann-json to the PKGBUILD would fix this (available in the extra repo).