From 43b3ddf702c49a201029ae35908ba7965c414735 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 10 Aug 2017 23:38:02 +0200 Subject: [PATCH] Remove abs dependency --- modules/aur/manifests/aura.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aur/manifests/aura.pp b/modules/aur/manifests/aura.pp index 625cc35..2dbcf39 100644 --- a/modules/aur/manifests/aura.pp +++ b/modules/aur/manifests/aura.pp @@ -12,7 +12,7 @@ class aur::aura( logoutput => 'on_failure', } - ensure_packages(['gmp', 'pcre', 'abs'], { 'install_options' => '--asdeps' }) + ensure_packages(['gmp', 'pcre'], { 'install_options' => '--asdeps' }) exec { 'aur::aura': cwd => "/tmp", -- 2.41.0