summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-04 20:45:35 -0500
committerlmartinez-mirror2021-04-04 20:45:35 -0500
commit369f6a6a789874c2d5682c9162cd1b6728648f27 (patch)
tree5673dcf20c12357c5acb722ee944a310e69e82f1 /PKGBUILD
parentc3c6dfdd2a51630dcf66920cd8eaff37c58b1d24 (diff)
downloadaur-vim-nerdtree-syntax-highlight.tar.gz
update to 0.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcf80c5a13d3..6bec80910c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
+# Maintainer: lmartinez-mirror
+# Contributor: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
pkgname=vim-nerdtree-syntax-highlight
-pkgver=0.1.1
+pkgver=0.1.5
pkgrel=1
pkgdesc='Extra syntax and highlight for nerdtree files'
arch=('any')
url='https://github.com/tiagofumo/vim-nerdtree-syntax-highlight'
-license=('GPL')
-depends=('vim' 'vim-devicons' 'vim-nerdtree-git')
+license=('GPL3')
+depends=('vim-plugin-runtime' 'vim-devicons' 'vim-nerdtree')
groups=('vim-plugins')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tiagofumo/vim-nerdtree-syntax-highlight/archive/v${pkgver}.tar.gz")
-sha512sums=('ded7922ecd98be7cea26c4c794105f4055688f6e6b882bc235e9b3ab50a703c6f00a4f16a5898cf523877876bd706b82cb875e5dbda7501f64de56b54b398ff7')
-
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
+sha512sums=('24e417c5b8af2a41d0f25664466f22e677a0e7f9322e12a469a45501d10bad7871547d6e55cccc547146e3a68c0747105a02d20b07ec0d68931a47f9f731bf86')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"