1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Switch to zstd packages for local use.

This commit is contained in:
2019-11-01 11:12:38 +01:00
parent 93aa263b40
commit ae7bc18708

View File

@@ -17,3 +17,6 @@ SRCDEST="${XDG_CACHE_HOME:-$HOME/.cache}/pacman/sources"
# Prefer sha256 checks. # Prefer sha256 checks.
INTEGRITY_CHECK=(sha256) INTEGRITY_CHECK=(sha256)
# Switch to Zstd compressed packages.
PKGEXT='.pkg.tar.zst'