[arch-dev-public] [PATCH 1/2] makepkg.conf: Change default compression to .zst (fast)
Jan Alexander Steffens (heftig)
jan.steffens at gmail.com
Fri Jul 10 18:38:16 UTC 2020
From: "Jan Alexander Steffens (heftig)" <heftig at archlinux.org>
Most people create packages from the AUR for local installation. This
allows these packages to be created more quickly.
---
PKGBUILD | 2 +-
makepkg.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 8566270..846a970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig
sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0'
'SKIP'
'3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
- '9c769f13c09a6f24c393a9762474eded2f269d8966e7764d9160d62232a7919b')
+ 'd113252f97f019a13541237a4f4c7fbe9ffd0c3e71ecd7cd8d5d227b378819ab')
build() {
diff --git a/makepkg.conf b/makepkg.conf
index d8bf59e..a277503 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -132,7 +132,7 @@ DBGSRCDIR="/usr/src/debug"
COMPRESSGZ=(gzip -c -f -n)
COMPRESSBZ2=(bzip2 -c -f)
COMPRESSXZ=(xz -c -z -)
-COMPRESSZST=(zstd -c -z -q -)
+COMPRESSZST=(zstd -c -T0 -)
COMPRESSLRZ=(lrzip -q)
COMPRESSLZO=(lzop -q)
COMPRESSZ=(compress -c -f)
--
2.27.0
More information about the arch-dev-public
mailing list