lazka on master
osgocean: update to r164 Pin t… Merge pull request #11926 from … (compare)
lazka on master
avrdude: update to 7.0 Merge pull request #11930 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.