diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : zsh-syntax-highlighting
-version : 0.6.0
-release : 2
+version : 0.7.1
+release : 3
source :
- - https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.6.0.tar.gz : e69db483e20228b72ccfa401e9ad6cf80d6edb48c68acca9102b50b311821b84
+ - https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.7.1.tar.gz : f5044266ee198468b1bcec881a56e6399e209657d6ed9fa6d21175bc76afdefa
license : BSD-3-Clause
component : system.utils
summary : Fish shell like syntax highlighting for ZSH
@@ -10,5 +10,7 @@
This package provides syntax highlighing for the ZSH shell. It enables highlighting of commands
while they are typed at a ZSH prompt into an interactive terminal. This helps in reviewing
commands before running them, particularly in catching syntax errors.
+setup : |
+ sed -i '/DOC_DIR/d' Makefile
install : |
%make_install PREFIX=/usr
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
zsh-syntax-highlighting
- B. Pike
- snuggle@sprinkly.net
+ Thomas Staudinger
+ Staudi.Kaos@gmail.com
BSD-3-Clause
system.utils
@@ -12,7 +12,7 @@
while they are typed at a ZSH prompt into an interactive terminal. This helps in reviewing
commands before running them, particularly in catching syntax errors.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
zsh-syntax-highlighting
@@ -23,17 +23,25 @@
system.utils
- /usr/share/doc
- /usr/share/zsh-syntax-highlighting
+ /usr/share/zsh-syntax-highlighting/.revision-hash
+ /usr/share/zsh-syntax-highlighting/.version
+ /usr/share/zsh-syntax-highlighting/highlighters/brackets/brackets-highlighter.zsh
+ /usr/share/zsh-syntax-highlighting/highlighters/cursor/cursor-highlighter.zsh
+ /usr/share/zsh-syntax-highlighting/highlighters/line/line-highlighter.zsh
+ /usr/share/zsh-syntax-highlighting/highlighters/main/main-highlighter.zsh
+ /usr/share/zsh-syntax-highlighting/highlighters/pattern/pattern-highlighter.zsh
+ /usr/share/zsh-syntax-highlighting/highlighters/regexp/regexp-highlighter.zsh
+ /usr/share/zsh-syntax-highlighting/highlighters/root/root-highlighter.zsh
+ /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-
- 2018-05-27
- 0.6.0
+
+ 2020-03-03
+ 0.7.1
Packaging update
- B. Pike
- snuggle@sprinkly.net
+ Thomas Staudinger
+ Staudi.Kaos@gmail.com
\ No newline at end of file