From b0ba3d02015484481c632d9732a6e2af234fae4f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 1 Jan 2021 15:30:50 +0100 Subject: neuesPerlPaket: xz -> zst --- neuesPerlPaket | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'neuesPerlPaket') diff --git a/neuesPerlPaket b/neuesPerlPaket index 285378ba..17949a4e 100755 --- a/neuesPerlPaket +++ b/neuesPerlPaket @@ -185,10 +185,10 @@ while ${needs_build}; do while ${needs_build}; do makepkg -fcrs --noconfirm --asdeps || break needs_build=false - namcap ${pkgname}-*.pkg.tar.xz | \ + namcap ${pkgname}-*.pkg.tar.zst | \ tee namcap.log if grep -q ' W: No ELF files and not an "any" package$' namcap.log; then - rm ${pkgname}-*.pkg.tar.xz + rm ${pkgname}-*.pkg.tar.zst needs_build=true sed -i "s/^arch=.*\$/arch=('any')/" PKGBUILD fi @@ -231,7 +231,7 @@ while ${needs_build}; do done -pacman -Qlp ${pkgname}-*.pkg.tar.xz +pacman -Qlp ${pkgname}-*.pkg.tar.zst echo '' echo 'auch hier alles in Ordnung, oder?' -- cgit v1.2.3-54-g00ecf