aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4749457e71d4..11b9dc3da2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,20 @@
# Contributor: Evgeny Grablyk <evgeny.grablyk@gmail.com>
pkgname=vfu
-pkgver=5.07
+pkgver=5.09
pkgrel=1
pkgdesc="Versatile text-based file-manager"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="http://cade.noxrun.com/projects/vfu"
license=('GPL')
depends=('ncurses' 'pcre2')
+makedepends=('pkgconf')
optdepends=('perl: for the rx_* archiving utilities'
'rpmextract: for rx_rpm'
'unrar: for rx_rar'
'unzip: for rx_zip')
source=("http://cade.noxrun.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" "vfu-libexec_2_lib.patch")
-sha256sums=('b16b2ad125ae58f18789bb1384385748b5ccbce231c88ddc1d99ef2bcef171ab'
+sha256sums=('05f5cf694bc43d1b769453a7756338a2f0e1f47cfed59581f0bd08b24d313b99'
'05226413626342c610df02640abaebce5becc9d69b2297498a57e22abfd85b9c')
prepare() {