Package Details: beekeeper-qt 1.3.3-1

Git Clone URL: https://aur.archlinux.org/beekeeper-qt.git (read-only, click to copy)
Package Base: beekeeper-qt
Description: Deduplicate redundant data in your disk and save space
Upstream URL: https://github.com/techmanwalker/beekeeper-qt
Licenses: AGPL-3.0-or-later
Provides: beekeeper
Submitter: lito
Maintainer: lito
Last Packager: lito
Votes: 1
Popularity: 0.44
First Submitted: 2025-09-23 08:23 (UTC)
Last Updated: 2026-02-16 04:50 (UTC)

Latest Comments

lito commented on 2026-01-29 19:45 (UTC)

@wintersnowgod Fixed! I think that the AUR helper might be a lack of .SRCINFO issue but I can't test as I use pure CMake for the task. I applied your changes anyway! Though I'm fearful that it can break on bad connections just like I faced it right now with an error along the lines of "server doesn't support byte resume" so I might revert if asked to do so.

wintersnowgod commented on 2026-01-29 12:24 (UTC)

Hello.. Since this is a pkg without -git suffix, wouldnt it be better to change the source line to a tag release? source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") and change the cd lines to cd $pkgname-$pkgver and also remove the function? pkgver()

This would also help the aur helpers to correctly show updates. Currently it causes aur helpers to show update for the package even though it is upto date...

lito commented on 2026-01-28 07:34 (UTC)

@Zylvo thank you so much for the shoutout! you helped me discover another issue. fixed and bumped to the pre-release version

Zylvo commented on 2026-01-27 08:52 (UTC)

Hi, there's "cli11" dependency missing that can cause missing file "#include <CLI/CLI.hpp>" error