summaryrefslogtreecommitdiff
path: root/neuesPerlPaket
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-01-01 15:30:50 +0100
committerErich Eckner <git@eckner.net>2021-01-02 18:30:47 +0100
commitb0ba3d02015484481c632d9732a6e2af234fae4f (patch)
tree0e4cadcf4b7ca16b5eb8c259f94f5a542564621c /neuesPerlPaket
parent4d0fefbae835e4a976df449ab5637eecf37170bf (diff)
downloadarchlinuxewe.git.save-b0ba3d02015484481c632d9732a6e2af234fae4f.tar.xz
neuesPerlPaket: xz -> zst
Diffstat (limited to 'neuesPerlPaket')
-rwxr-xr-xneuesPerlPaket6
1 files changed, 3 insertions, 3 deletions
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?'