summaryrefslogtreecommitdiff
path: root/manually-check-pinned-dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'manually-check-pinned-dependencies')
-rwxr-xr-xmanually-check-pinned-dependencies5
1 files changed, 4 insertions, 1 deletions
diff --git a/manually-check-pinned-dependencies b/manually-check-pinned-dependencies
index a07f860c..72a05c87 100755
--- a/manually-check-pinned-dependencies
+++ b/manually-check-pinned-dependencies
@@ -39,7 +39,10 @@ for name in "${pkgname[@]}"; do
"/mnt/archlinuxewe/os/x86_64" \
"/mnt/archlinux32/releng/x86_64"; do
for a in x86_64 any; do
- pkgfile="${r}/${name}-${epoch:+${epoch}:}${pkgver}-${prel}-${a}.pkg.tar.zst"
+ for s in zst xz; do
+ pkgfile="${r}/${name}-${epoch:+${epoch}:}${pkgver}-${prel}-${a}.pkg.tar.${s}"
+ [ -e "${pkgfile}" ] && break
+ done
[ -e "${pkgfile}" ] && break
done
[ -e "${pkgfile}" ] && break