summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-01-14 04:40:26 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-01-14 04:40:26 -0500
commit64fc8cb4c9fdc7a187dde0174d9a346a67ae19de (patch)
treedc66cfb37916205da9608bee12810c58f2919dad
parent3b4edf8ed6d60f4257a7415eda6bcbedc30221c9 (diff)
config: support .zst compressionHEADmaster
this is a major change since 'pacman' v5.2.1-4 and 'file' v5.38 nearly all arch packages use this now
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index aa4f249..e906d96 100644
--- a/config
+++ b/config
@@ -33,7 +33,7 @@ FILESEXT=".files.tar.gz"
SRCEXT=".src.tar.gz"
# bash glob listing allowed extensions. Note that db-functions turns on extglob.
-PKGEXTS=".pkg.tar.@(gz|bz2|xz|lzo|lrz|Z)"
+PKGEXTS=".pkg.tar.@(gz|bz2|xz|lzo|lrz|Z|zst)"
# Where to send error emails, and who they are from
LIST="maintenance@lists.parabola.nu"