Package Details: capacity-tester 0.7c-1

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)

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:

  1. Updated source checksum. Upstream seems to have retagged, which changed the checksum of the source tarball. Questionable thing to do obviously, but whatever.
  2. Added qt5-tools to makedepends. Thanks for reporting.
  3. Tried to build with qmake6, because I saw in CMakeLists.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 the makedepends array, setting the version to 0.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:

/usr/bin/lrelease languages/capacitytester_pt_br.ts -qm .qm/capacitytester_pt_br.qm
make: /usr/bin/lrelease: No such file or directory
make: *** [Makefile:473: .qm/capacitytester_pt_br.qm] Error 127

Edit: fixed with add qt5-tools to makedepends array, build it in clean chroot.