This package currently fails for me in build() with the following error:
CMake Error at CMakeLists.txt:2 (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.
The easiest fix is to add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the end of cmake ../src -DPREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE. I've done that on my local version (with cmake version 4.2.3) and it built no problem. The cmake3 package is on version 3.31 so that should be fine too. Please update the PKGBUILD to make this change. Thanks!
