diff --git a/community/zk/APKBUILD b/community/zk/APKBUILD index b153dceaad3..dd47abc2d74 100644 --- a/community/zk/APKBUILD +++ b/community/zk/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Sören Tempel pkgname=zk pkgver=0.14.1 -pkgrel=2 +pkgrel=3 pkgdesc="Plain text note-taking application with CLI interface" url="https://github.com/zk-org/zk" arch="all" license="GPL-3.0-only" +depends="fzf" makedepends="go" subpackages="$pkgname-doc" options="chmod-clean net"