On 01-09-2026 07:35, Maks Verver wrote:
On Tue, 1 Sept 2026 at 05:37, fluf <[email protected]> wrote:
I've uploaded the source-based versions. The following adjustments
were made:
- Add `make` and `gcc` to makedepends.
FYI make and gcc should not be included in makedepends since they are
already dependencies of base-devel (see guidance here
<https://wiki.archlinux.org/title/PKGBUILD#makedepends>).
- Maks.
Maks is correct.
Also gcc is default compiler on archlinux so if nothing is specified gcc
must be used.
See https://wiki.archlinux.org/title/Clang#Build_packages_with_Clang how
to force builds with clang (and note that clang must be added to
makedepends) .
Lone_Wolf