mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 16:47:20 -04:00
Drop gnupg dependency in build scripts
This commit is contained in:
@@ -12,7 +12,7 @@ pkgdesc='A simple, self-hosted, SSH-synchronized password/note manager for the C
|
|||||||
arch='all'
|
arch='all'
|
||||||
url='https://github.com/rwinkhart/MUTN'
|
url='https://github.com/rwinkhart/MUTN'
|
||||||
license='MIT'
|
license='MIT'
|
||||||
depends='gnupg'
|
depends=''
|
||||||
makedepends='busybox go'
|
makedepends='busybox go'
|
||||||
options='!check net'
|
options='!check net'
|
||||||
source=\"\$pkgname-\$pkgver.tar.gz::"$source"\"
|
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')
|
arch=('x86_64' 'i686' 'i486' 'pentium4' 'aarch64' 'armv7h' 'riscv64')
|
||||||
url='https://github.com/rwinkhart/MUTN'
|
url='https://github.com/rwinkhart/MUTN'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=(gnupg)
|
depends=()
|
||||||
makedepends=(go grep gzip)
|
makedepends=(go grep gzip)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'wl-clipboard: Wayland clipboard support'
|
'wl-clipboard: Wayland clipboard support'
|
||||||
|
|||||||
Reference in New Issue
Block a user