On 31/10/17 04:15, Eli Schwartz wrote: > Signed-off-by: Eli Schwartz <[email protected]> > ---
This and the repo-add patch look fine, but will not be pulled until libarchive supporting these formats is released. > > v3: fix typo > > doc/makepkg.conf.5.txt | 3 ++- > etc/makepkg.conf.in | 1 + > scripts/libmakepkg/util/compress.sh.in | 1 + > 3 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt > index 5bd3472f..d01c13b6 100644 > --- a/doc/makepkg.conf.5.txt > +++ b/doc/makepkg.conf.5.txt > @@ -246,6 +246,7 @@ Options > **COMPRESSGZ=**"(gzip -c -f -n)":: > **COMPRESSBZ2=**"(bzip2 -c -f)":: > **COMPRESSXZ=**"(xz -c -z -)":: > +**COMPRESSZST=**"(zstd -c -z -)":: > **COMPRESSLZO**"(lzop -q)":: > **COMPRESSLRZ=**"(lrzip -q)":: > **COMPRESSZ=**"(compress -c -f)":: There has got to be a better way than continuously extending this variable list... A
