From c0f48b0e083648b7145ac8326ed626a65c0e66cc Mon Sep 17 00:00:00 2001 From: Kristofer Berggren Date: Sun, 5 Jan 2025 17:27:16 +0800 Subject: [PATCH] add make.sh deps support for arch arm --- lib/common/src/version.h | 2 +- make.sh | 4 ++-- src/nchat.1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/common/src/version.h b/lib/common/src/version.h index c11f0c66..a167d08c 100644 --- a/lib/common/src/version.h +++ b/lib/common/src/version.h @@ -7,4 +7,4 @@ #pragma once -#define NCHAT_VERSION "5.5.3" +#define NCHAT_VERSION "5.5.4" diff --git a/make.sh b/make.sh index c12863c0..e5887f43 100755 --- a/make.sh +++ b/make.sh @@ -2,7 +2,7 @@ # make.sh # -# Copyright (C) 2020-2024 Kristofer Berggren +# Copyright (C) 2020-2025 Kristofer Berggren # All rights reserved. # # See LICENSE for redistribution information. @@ -148,7 +148,7 @@ if [[ "${DEPS}" == "1" ]]; then sudo emerge -n dev-util/cmake dev-util/ccache dev-util/gperf sys-apps/help2man sys-libs/readline dev-libs/openssl sys-libs/ncurses sys-libs/zlib dev-db/sqlite sys-apps/file dev-lang/go || exiterr "deps failed (${NAME}), exiting." elif [[ "${NAME}" == "Fedora Linux" ]]; then sudo dnf ${YES} install git cmake clang golang ccache file-devel file-libs gperf readline-devel openssl-devel ncurses-devel sqlite-devel zlib-devel || exiterr "deps failed (${NAME}), exiting." - elif [[ "${NAME}" == "Arch Linux" ]] || [[ "${NAME}" == "EndeavourOS" ]]; then + elif [[ "${NAME}" == "Arch Linux" ]] || [[ "${NAME}" == "Arch Linux ARM" ]] || [[ "${NAME}" == "EndeavourOS" ]]; then sudo pacman -S ccache cmake file go gperf help2man ncurses openssl readline sqlite zlib base-devel || exiterr "deps failed (${NAME}), exiting." elif [[ "${NAME}" == "Void" ]]; then sudo xbps-install ${YES} base-devel go ccache cmake gperf help2man libmagick-devel readline-devel sqlite-devel file-devel openssl-devel || exiterr "deps failed (${NAME}), exiting." diff --git a/src/nchat.1 b/src/nchat.1 index 9a927fd3..16013121 100644 --- a/src/nchat.1 +++ b/src/nchat.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH NCHAT "1" "January 2025" "nchat 5.5.3" "User Commands" +.TH NCHAT "1" "January 2025" "nchat 5.5.4" "User Commands" .SH NAME nchat \- ncurses chat .SH SYNOPSIS