Search Criteria
Package Details: capacity-tester 0.7c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/capacity-tester.git (read-only, click to copy) |
---|---|
Package Base: | capacity-tester |
Description: | A simple tool that attempts to determine if a drive is a fake or not. |
Upstream URL: | https://github.com/c0xc/CapacityTester |
Keywords: | drive fake flash usb |
Licenses: | GPL3 |
Submitter: | cyqsimon |
Maintainer: | cyqsimon |
Last Packager: | cyqsimon |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-01 10:39 (UTC) |
Last Updated: | 2025-10-18 15:40 (UTC) |
Dependencies (5)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- qt5-tools (make)
Latest Comments
BujuArena commented on 2025-10-19 06:13 (UTC)
Thanks. That fixed it.
cyqsimon commented on 2025-10-18 15:46 (UTC)
Thanks all. I've done a few things:
qt5-tools
tomakedepends
. Thanks for reporting.qmake6
, because I saw inCMakeLists.txt
that it does mention QT6. Turns out v0.7c doesn't build just yet due to some API removal. So we will stay on QT5 for the moment.BujuArena commented on 2025-10-17 05:32 (UTC)
I could only get this to work by adding
"qt5-tools"
to themakedepends
array, setting the version to0.7c
, and setting the checksum to'SKIP'
. It doesn't build otherwise with the current PKGBUILD.k0r0ng commented on 2024-02-10 17:32 (UTC) (edited on 2024-02-11 01:02 (UTC) by k0r0ng)
Failed to build:
Edit: fixed with add
qt5-tools
to makedepends array, build it in clean chroot.