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

Bruno Pagani archange at gemini.archlinux.org
Wed Feb 16 22:31:15 UTC 2022


    Date: Wednesday, February 16, 2022 @ 22:31:15
  Author: archange
Revision: 1133564

FS#73357: works with neovim

Modified:
  vim-tabular/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 22:11:32 UTC (rev 1133563)
+++ PKGBUILD	2022-02-16 22:31:15 UTC (rev 1133564)
@@ -3,12 +3,12 @@
 _pkgname=tabular
 pkgname=vim-${_pkgname}
 pkgver=1.0.0+5+g339091a
-pkgrel=2
+pkgrel=3
 pkgdesc="Vim script for text filtering and alignment"
 arch=(any)
 url="https://github.com/godlygeek/tabular"
 license=(custom)
-depends=(vim)
+depends=(vim-plugin-runtime)
 makedepends=(git)
 groups=(vim-plugins)
 _commit=339091ac4dd1f17e225fe7d57b48aff55f99b23a



More information about the arch-commits mailing list