From c5026211a6b7afd518739393b2377a79a010f9f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 18 Jun 2021 13:52:49 -0400 Subject: makepkg switched to zst --- modules/package/manifests/makepkg.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/package') diff --git a/modules/package/manifests/makepkg.pp b/modules/package/manifests/makepkg.pp index 3f4a8ba..0938d34 100644 --- a/modules/package/manifests/makepkg.pp +++ b/modules/package/manifests/makepkg.pp @@ -19,7 +19,7 @@ define package::makepkg($ensure, $build_user, $asdeps=false) { su $build_user -c 'git clone https://aur.archlinux.org/$name.git makepkg-$name' cd 'makepkg-$name' su $build_user -c makepkg - pacman -U --noconfirm --needed $extra_cmdline $name-*.pkg.tar.xz + pacman -U --noconfirm --needed $extra_cmdline $name-*.pkg.tar.zst ", unless => "pacman -Q $name > /dev/null 2>&1", path => "/usr/bin", -- cgit v1.2.3-54-g00ecf