makerepopkg: fix zstd extension (.zstd -> .zst)

This commit is contained in:
Robin Broda 2019-12-14 19:25:00 +01:00 committed by Levente Polyak
parent bcda211dd8
commit 5eacb475cd
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ get_pkgfile() {
local pkgname=${pkgfilebase%-*-*-*}
local pkgfile ext
for ext in .xz .zstd ''; do
for ext in .xz .zst ''; do
pkgfile=${pkgfilebase}.pkg.tar${ext}
for c in "${cache_dirs[@]}"; do