summaryrefslogtreecommitdiffstats
path: root/modules/package
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-06-18 13:52:49 -0400
committerJesse Luehrs <doy@tozt.net>2021-06-18 13:52:49 -0400
commitc5026211a6b7afd518739393b2377a79a010f9f0 (patch)
tree5862629a3fd678e4cd698987db37bd756af41330 /modules/package
parent6932d62d53636c6fd46fcf08bed651d386b4bea5 (diff)
downloadpuppet-tozt-c5026211a6b7afd518739393b2377a79a010f9f0.tar.gz
puppet-tozt-c5026211a6b7afd518739393b2377a79a010f9f0.zip
makepkg switched to zst
Diffstat (limited to 'modules/package')
-rw-r--r--modules/package/manifests/makepkg.pp2
1 files changed, 1 insertions, 1 deletions
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",