chore: use xz instead zstd

This commit is contained in:
MedzikUser 2022-05-19 21:01:16 +02:00
parent 0249c6acf7
commit e7f6845064
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ jobs:
if [ -f ./built_packages.txt ]
then
printf "\n\nPackages Size:\n"
zstd -l ./pkgs/*.zst
xz -l ./pkgs/*.xz
fi
- name: Update file names

View File

@ -147,7 +147,7 @@ COMPRESSLZ=(lzip -c -f)
# EXTENSION DEFAULTS
#########################################################################
#
PKGEXT='.pkg.tar.zst'
PKGEXT='.pkg.tar.xz'
SRCEXT='.src.tar.gz'
#########################################################################

View File

@ -147,7 +147,7 @@ COMPRESSLZ=(lzip -c -f)
# EXTENSION DEFAULTS
#########################################################################
#
PKGEXT='.pkg.tar.zst'
PKGEXT='.pkg.tar.xz'
SRCEXT='.src.tar.gz'
#########################################################################