From 561ef614aa45cdd39aa509689fc404f3311b6fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Jes=C3=BAs=20D=C3=ADaz?= Date: Sat, 27 Jul 2019 19:59:38 +0000 Subject: [PATCH] Remove gnupg from arch instructions --- Common-build-problems.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 4723e37..ccf96cf 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -39,9 +39,9 @@ apk add libffi-dev ncurses-dev openssl-dev readline-dev tk-dev xz-dev zlib-dev * Arch and derivatives ```sh -pacman -S --needed openssl zlib bzip2 readline sqlite wget curl llvm gnupg ncurses xz tk libffi python-pyopenssl git +pacman -S --needed openssl zlib bzip2 readline sqlite wget curl llvm ncurses xz tk libffi python-pyopenssl git ``` -The library ncurses5 you would need an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) in order to install. If using [YAY](https://aur.archlinux.org/packages/yay/): +To install the library ncurses5 would require an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install. If using [YAY](https://aur.archlinux.org/packages/yay/): ```sh yay -S ncurses5-compat-libs