Skip to content
Snippets Groups Projects
Commit d3529c06 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

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.

Fixes #12451

(cherry picked from commit 0ce6ffb7)
parent 7bb1c880
No related branches found
No related tags found
5 merge requests!202783.13 vala,!192543.13 gptfdisk,!191533.13 privoxy,!190083.13 openjpeg,!18516community/vifm: add file to depends
Pipeline #72711 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment