Package Details: wb32-dfu-updater_cli-git 1.0.0.r18.g656f6a5-1

Git Clone URL: https://aur.archlinux.org/wb32-dfu-updater_cli-git.git (read-only, click to copy)
Package Base: wb32-dfu-updater_cli-git
Description: USB programmer for downloading and uploading firmware to/from USB devices.
Upstream URL: https://github.com/WestberryTech/wb32-dfu-updater
Licenses: Apache-2.0
Provides: wb32-dfu-updater_cli
Submitter: damax
Maintainer: damax
Last Packager: damax
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-19 13:11 (UTC)
Last Updated: 2025-08-05 12:31 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

smrqdt commented on 2025-07-14 20:18 (UTC)

I actually also needed it for flashing QMK (on a Bridge75). Thanks for the package and the fast update!

damax commented on 2025-07-14 20:05 (UTC) (edited on 2025-07-14 20:10 (UTC) by damax)

Thanks for the tip, should be good now. Created this package to be able to flash firmware on monsgeek keyboards directly using the qmk_firmware repo, didn't think someone else would need it, ahah. Might look into suggesting upstream to increase the minimum version in CMakeLists.txt.

smrqdt commented on 2025-07-14 18:05 (UTC)

The package doesn’t build anymore with current cmake.

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

Adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to _cmake_options works fine.