From 0ce6ffb7e26f295f28423ead57654c5e28aa2011 Mon Sep 17 00:00:00 2001
From: Kevin Daudt <kdaudt@alpinelinux.org>
Date: Fri, 19 Feb 2021 10:36:50 +0000
Subject: [PATCH] community/vifm: add file to depends

Quick view (`w`) requires 'file' to be present. If you use quickview
without 'file' being present, it errors out and vifm ends up in an
inconsistent state.
---
 community/vifm/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/vifm/APKBUILD b/community/vifm/APKBUILD
index 015f977da688..393913b9c6dc 100644
--- a/community/vifm/APKBUILD
+++ b/community/vifm/APKBUILD
@@ -2,12 +2,13 @@
 # Maintainer: Milan P. Stanić <mps@arvanta.net>
 pkgname=vifm
 pkgver=0.11
-pkgrel=0
+pkgrel=1
 pkgdesc="ncurses vi-like file manager"
 options="!check" # runtests.log:	make[4]: *** [Makefile:331: misc] Segmentation fault
 url="https://vifm.info/"
 arch="all"
 license="GPL-2.0-or-later"
+depends="file"
 makedepends="ncurses-dev coreutils mandoc perl"
 subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
 source="$pkgname-$pkgver.tar.gz::https://github.com/vifm/vifm/archive/v$pkgver.tar.gz
-- 
GitLab