Package Details: toolblex 0.17-2

Git Clone URL: https://aur.archlinux.org/toolblex.git (read-only, click to copy)
Package Base: toolblex
Description: A Bluetooth Low Energy device scanner and analyzer
Upstream URL: https://github.com/emericg/toolBLEx
Keywords: analyzer ble bluetooth scanner ubertooth
Licenses: GPL3
Submitter: Emeric
Maintainer: Emeric
Last Packager: Emeric
Votes: 2
Popularity: 0.000034
First Submitted: 2023-03-02 15:26 (UTC)
Last Updated: 2026-07-01 07:49 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

Emeric commented on 2026-07-01 08:00 (UTC)

Completely forgot, thanks for noticing!

OliverP commented on 2026-06-30 23:15 (UTC)

Hello! The package needs qt6-graphs in makedepends, otherwise results in a build error

Emeric commented on 2025-12-03 19:00 (UTC)

Hi, yes sure, I've added a file name to the download, I didn't know we could do that, nor that it was a problem (github releases just put the tag name as the file name so yeah just the version number usually...). I'll start doing that with my other packages based on github releases too, thanks :)

dreieck commented on 2025-12-03 13:20 (UTC)

Ahoj,

the source file downloaded via the source array gets a generic package name: v0.14.1.tar.gz.
This is prone to conflicts when the user has the $SRCDEST environment variable set up (e.g. in /etc/makepkg.conf): Then, all downloaded sources from all packages end up in the same directory (which is desirable in a couple of cases).

When other packages also use generic filenames as you do, and happen to have the same version (I already had this a couple of times!), the source is assumed to be already downloaded (because a file with that name already exists) but is a wrong source.

So, please make the downloaded filename specific to this package, e.g. by prepending ${pkgname}-v${pkgver}.tar.gz:: to the source array entry. In that case, makepkg will name the downloaded sourcefile accordingly.

Regards and thanks for the package!

Emeric commented on 2025-11-28 17:03 (UTC)

Yes I've added cmake to makedepends, thank you!

ad1217 commented on 2025-11-28 16:37 (UTC)

Missing cmake in makedepends.