Skip to content

Commit

Permalink
fix: Add fakeroot as an explicit dependency (#237)
Browse files Browse the repository at this point in the history
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 #235
  • Loading branch information
Antiz96 authored Sep 23, 2024
1 parent 4978f98 commit d2e01bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2e01bf

Please sign in to comment.