[arch-commits] Commit in vifm/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jul 26 19:07:51 UTC 2020


    Date: Sunday, July 26, 2020 @ 19:07:50
  Author: jelle
Revision: 665377

Add missing makedepends on perl

Modified:
  vifm/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-26 19:01:22 UTC (rev 665376)
+++ PKGBUILD	2020-07-26 19:07:50 UTC (rev 665377)
@@ -2,12 +2,13 @@
 
 pkgname=vifm
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A file manager with curses interface, which provides Vi[m]-like environment"
 arch=('x86_64')
 url="https://vifm.info/"
 license=('GPL')
 depends=('ncurses' 'desktop-file-utils')
+makedepends=('perl')
 changelog=$pkgname.changelog
 source=(https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek <xaizek at posteo.net>



More information about the arch-commits mailing list