lazka on master
Nuitka: Add optional dependenci… Nuitka: change the `pkgrel` Merge pull request #11939 from … (compare)
lazka on master
gnome-calculator: Add patches … pkgrel Merge pull request #11915 from … (compare)
lazka on master
cmake: fix regression in FindGL… Merge pull request #11938 from … (compare)
@fulcobohle, that should be done automatically if you use MINGW_INSTALLS=mingw64 makepkg-mingw --noconfirm --noprogressbar -sCLf --nocheck
as commented in :point_up: January 7, 2021 6:37 PM. See https://archlinux.org/pacman/makepkg.8.html:
-C, --cleanbuild
Remove the $srcdir before building the package.-f, --force
makepkg will not build a package if a built package already exists in the PKGDEST (set in makepkg.conf(5)) directory, which may default to the current directory. This allows the built package to be overwritten.
You might want to also remove *.log.*
. pkg/
and *.zst
, tho.