From d2e01bf0be663497fc6e4d3b45dad0cd3d229898 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Mon, 23 Sep 2024 23:59:00 +0200 Subject: [PATCH] fix: Add fakeroot as an explicit dependency (#237) fakeroot is now an optional dependency for pacman-contrib (and not a 'hard' dependency anymore). It is required for `checkupdates` and should now be declared as an explicit dependency for Arch-Update Fixes https://github.com/Antiz96/arch-update/issues/235 --- README-fr.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-fr.md b/README-fr.md index 306d34e..7c76421 100644 --- a/README-fr.md +++ b/README-fr.md @@ -50,7 +50,7 @@ Consultez également la liste des dépendances optionnelles (disponible dans la Installez les dépendances requises : ```bash -sudo pacman -S --needed pacman-contrib archlinux-contrib curl htmlq diffutils hicolor-icon-theme python python-pyqt6 qt6-svg glib2 +sudo pacman -S --needed pacman-contrib archlinux-contrib curl fakeroot htmlq diffutils hicolor-icon-theme python python-pyqt6 qt6-svg glib2 ``` Dépendances optionnelles supplémentaires dont vous pourriez avoir besoin ou que vous pourriez souhaiter : diff --git a/README.md b/README.md index 1a48162..7e40872 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ See also the list of optional dependencies (available in the ["from source"](#fr Install required dependencies: ```bash -sudo pacman -S --needed pacman-contrib archlinux-contrib curl htmlq diffutils hicolor-icon-theme python python-pyqt6 qt6-svg glib2 +sudo pacman -S --needed pacman-contrib archlinux-contrib curl fakeroot htmlq diffutils hicolor-icon-theme python python-pyqt6 qt6-svg glib2 ``` Additional optional dependencies you might need or want: