From bb127860c3a41ad29e88c46314044abce0f87cd3 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 6 Aug 2024 16:10:08 -0400 Subject: [PATCH] PKGBUILD description: specify for CLI --- packaging/pkgbuild-git-stable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/pkgbuild-git-stable.sh b/packaging/pkgbuild-git-stable.sh index f82f553..77916e1 100644 --- a/packaging/pkgbuild-git-stable.sh +++ b/packaging/pkgbuild-git-stable.sh @@ -7,7 +7,7 @@ create_pkgbuild_git_stable() { pkgname=mutn pkgver="$version" pkgrel="$revision" -pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager based on libmutton' +pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the CLI (based on libmutton)' arch=('x86_64' 'i686' 'i486' 'pentium4' 'aarch64' 'armv7h' 'riscv64') url='https://github.com/rwinkhart/MUTN' license=('MIT')