From 6be9fb3614f1378a442ef5e104605c8c5b35157a Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 9 Apr 2024 06:09:03 +0200 Subject: [PATCH] bundles/pacman: 'dnsutils' is now part of 'bind' --- bundles/pacman/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/pacman/items.py b/bundles/pacman/items.py index 4d95a99..9f80ca7 100644 --- a/bundles/pacman/items.py +++ b/bundles/pacman/items.py @@ -36,13 +36,13 @@ pkg_pacman = { 'at': {}, 'autoconf': {}, 'automake': {}, + 'bind': {}, 'binutils': {}, 'bison': {}, 'bzip2': {}, 'curl': {}, 'dialog': {}, 'diffutils': {}, - 'dnsutils': {}, 'fakeroot': {}, 'file': {}, 'findutils': {},