From ee6d8df1bf088d9143102ff38455447a205b6843 Mon Sep 17 00:00:00 2001 From: Georg Schabel Date: Wed, 21 Oct 2015 09:10:29 +0200 Subject: [PATCH] zsh-syntax-highlighting: install version and revision-hash --- srcpkgs/zsh-syntax-highlighting/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/zsh-syntax-highlighting/template b/srcpkgs/zsh-syntax-highlighting/template index 6e621a7847..45701ef557 100644 --- a/srcpkgs/zsh-syntax-highlighting/template +++ b/srcpkgs/zsh-syntax-highlighting/template @@ -1,7 +1,7 @@ # Template file for 'zsh-syntax-highlighting' pkgname=zsh-syntax-highlighting version=0.3.0 -revision=1 +revision=2 noarch=yes depends="zsh" short_desc="Fish shell like syntax highlighting for Zsh" @@ -13,6 +13,8 @@ checksum=e2b79e095eb90c539da5ff41892f0c6e8934f1c0bf93b090313172e1be441b26 do_install() { vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname} + vinstall .version 644 usr/share/zsh/plugins/${pkgname} + vinstall .revision-hash 644 usr/share/zsh/plugins/${pkgname} vcopy highlighters usr/share/zsh/plugins/${pkgname} vlicense COPYING.md }