summaryrefslogtreecommitdiffstats
path: root/modules/package/manifests/makepkg.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/package/manifests/makepkg.pp')
-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",