Search Criteria
Package Details: toolblex 0.17-2
Package Actions
| 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)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-connectivity
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-graphs
- qt6-svg
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt6-tools (make)
- rtl_power_fftw-gitAUR (optional) – Sub 2.2 GHz spectrum analyzer with RtlSdr compatible hardware (rtl_power_fftw backend)
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
sourcearray gets a generic package name:v0.14.1.tar.gz.This is prone to conflicts when the user has the
$SRCDESTenvironment 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 thesourcearray entry. In that case,makepkgwill 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
cmakeinmakedepends.