From cbf9035969eaee75bd8b5f1f4fb591e6ae03427f Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 18 Oct 2024 12:37:38 -0400 Subject: [PATCH] Add gnupg as a dependency in Arch PKGBUILD --- packaging/resources/pkgbuild-git-stable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/resources/pkgbuild-git-stable.sh b/packaging/resources/pkgbuild-git-stable.sh index ad5d5ec..a9fef92 100644 --- a/packaging/resources/pkgbuild-git-stable.sh +++ b/packaging/resources/pkgbuild-git-stable.sh @@ -11,6 +11,7 @@ pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the C arch=('x86_64' 'i686' 'i486' 'pentium4' 'aarch64' 'armv7h' 'riscv64') url='https://github.com/rwinkhart/MUTN' license=('MIT') +depends=(gnupg) makedepends=(go util-linux gzip) optdepends=( 'wl-clipboard: Wayland clipboard support'