github-actions[bot] on master
Cygwin: Use two pass parse for … (compare)
Biswa96 on master
python-pillow: update to 9.1.1 (compare)
Biswa96 on master
python-imageio: update to 2.19.2 (compare)
Biswa96 on master
seacas: update to 2022.05.16 (compare)
github-actions[bot] on master
newlib: libc: reent.h: remove u… (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.
However, there is a very easy thing you can do for having this tested (viewing something is always easier than imagining...):
pkgrel
value of the graphviz PKGBUILD recipe. Just increase it by one.CI will start automatically, and it will attempt to build it. You will then see if it works as it does locally, or whether it fails.