lazka on master
gdal: update to 3.5.0 bump pkgrel for gdal update Merge pull request #11855 from … (compare)
Biswa96 on master
sol2: update to 3.3.0 Install … (compare)
Biswa96 on master
imagemagick: update to 7.1.0.39… (compare)
Biswa96 on master
flint: update to 2.9.0 (compare)
lazka on master
nghttp2: Update to 1.48.0 Merge pull request #11937 from … (compare)
lazka on master
scrcpy: new package scrcpy: cleanup Merge pull request #11793 from … (compare)
lazka on master
ci-generate-srcinfo: handle emp… (compare)
Biswa96 on master
vala: Fix doclet path relocation (compare)
lazka on master
drop zig/ghc both are broken c… (compare)
github-actions[bot] on master
deploy: b2bf4d2ed93bb4580999b91… (compare)
lazka on source
Update Creating-Packages.md Th… (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.