Drop gnupg dependency in build scripts

This commit is contained in:
2025-05-09 18:28:52 +00:00
parent 74926a2577
commit 1ed4b8d4dc
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the C
arch='all'
url='https://github.com/rwinkhart/MUTN'
license='MIT'
depends='gnupg'
depends=''
makedepends='busybox go'
options='!check net'
source=\"\$pkgname-\$pkgver.tar.gz::"$source"\"
@@ -11,7 +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)
depends=()
makedepends=(go grep gzip)
optdepends=(
'wl-clipboard: Wayland clipboard support'