new builder stuff

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2021-02-27 02:47:54 +03:00
parent 6f7f61122c
commit d3fcb9b4ee
5 changed files with 5 additions and 143 deletions

View File

@@ -27,7 +27,7 @@ is_latest() {
_pacsort() {
declare i
for i in *.pkg.tar.xz; do
for i in *.pkg.tar.xz *.pkg.tar.zst; do
printf '%s\n' "$i"
done | pacsort -f
}