diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-12-19 22:57:03 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-12-19 23:17:40 +0100 |
commit | 8b6b9f4328fea1b6e0984a98a03d0c5877e90e7c (patch) | |
tree | d7685b64020014bf3e9df1bf5832015022b6c6d2 /community/fzf | |
parent | 36ef819b0b436df261d26003845258f3a996986b (diff) | |
download | aports-8b6b9f4328fea1b6e0984a98a03d0c5877e90e7c.tar.bz2 aports-8b6b9f4328fea1b6e0984a98a03d0c5877e90e7c.tar.xz |
community/fzf: fix build with `abuild rootbld`
Diffstat (limited to 'community/fzf')
-rw-r--r-- | community/fzf/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD index a25b020e92..e2f9551887 100644 --- a/community/fzf/APKBUILD +++ b/community/fzf/APKBUILD @@ -9,6 +9,7 @@ url="https://github.com/junegunn/fzf" arch="all" license="MIT" makedepends="go glide bash tmux" +options="net" subpackages=" $pkgname-tmux::noarch $pkgname-bash-completion:bashcomp:noarch |