Package Details: qoredb-bin 0.1.33-1

Git Clone URL: https://aur.archlinux.org/qoredb-bin.git (read-only, click to copy)
Package Base: qoredb-bin
Description: Next gen database client — lightweight alternative to DBeaver/pgAdmin (binary release)
Upstream URL: https://github.com/QoreDB/QoreDB
Licenses: Apache-2.0
Conflicts: qoredb, qoredb-git
Provides: qoredb
Submitter: raphplt
Maintainer: raphplt
Last Packager: raphplt
Votes: 1
Popularity: 0.63
First Submitted: 2026-04-02 15:58 (UTC)
Last Updated: 2026-07-03 11:19 (UTC)

Latest Comments

RayoMcQueen commented on 2026-07-15 17:00 (UTC)

Tested on a fully updated Arch Linux system (glib2 2.88.2, libsoup3 3.6.6-2).

The current PKGBUILD depends on libsoup, which caused yay to build the AUR libsoup package as a dependency. That build failed during check() (libsoup:hsts-test timeout), preventing qoredb-bin from being installed.

As a workaround, I changed the dependency from libsoup to libsoup3 locally and rebuilt with makepkg -si. The package installed successfully, and QoreDB launches and runs correctly.

I'm not sure whether libsoup is the intended dependency or if the PKGBUILD should be adjusted, but I wanted to report the workaround in case it helps others or is useful for investigating.