[arch-commits] Commit in vim-nerdcommenter/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Sat Nov 27 04:56:29 UTC 2021
Date: Saturday, November 27, 2021 @ 04:56:29
Author: alerque
Revision: 1054921
upgpkg: vim-nerdcommenter 2.6.0-2; depend on vim-plugin-runtime
works with Neovim too not just vim
Modified:
vim-nerdcommenter/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-27 04:55:08 UTC (rev 1054920)
+++ PKGBUILD 2021-11-27 04:56:29 UTC (rev 1054921)
@@ -7,12 +7,12 @@
pkgname=vim-nerdcommenter
pkgver=2.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Plugin that allows for easy commenting of code for many filetypes'
url='https://github.com/preservim/nerdcommenter'
arch=('any')
license=('CCPL')
-depends=('vim')
+depends=('vim-plugin-runtime')
groups=('vim-plugins')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('e5b576812351955641011ceb1c8af0e85a2f4be3db8b8bd3e8da05aff6d3beba8e0dfcbd3c78cf6833a0f4aaf07fd87cb05151fdd5f341037b4393590134023b')
More information about the arch-commits
mailing list