[arch-commits] Commit in zsh-syntax-highlighting/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue Mar 17 01:07:36 UTC 2020


    Date: Tuesday, March 17, 2020 @ 01:07:35
  Author: polyzen
Revision: 599983

upgpkg: zsh-syntax-highlighting 0.7.1-1

Modified:
  zsh-syntax-highlighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-17 00:12:35 UTC (rev 599982)
+++ PKGBUILD	2020-03-17 01:07:35 UTC (rev 599983)
@@ -2,7 +2,7 @@
 # Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
 
 pkgname=zsh-syntax-highlighting
-pkgver=0.6.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Fish shell like syntax highlighting for Zsh"
 arch=('any')
@@ -9,9 +9,10 @@
 url="https://github.com/zsh-users/zsh-syntax-highlighting"
 license=('BSD')
 depends=('zsh>=4.3.9')
+checkdepends=('procps-ng')
 install="${pkgname}.install"
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}")
-sha512sums=('a375e6f22b0b4158eafbb245c21d6265c2b0298e82a524ccd2468fe6bcb5d2b71927b11329fc60ec8d479db309d8d0e05f108e089b0a996bef8e5d3f624791e6')
+sha512sums=('b2594e265c6ff2b6efcdb92ff604ffb45b670c0f1a99c04fda3d7061154173e1bbaffe89f0665b9dd6e171027b15068e131d01baaf470fea624cd590e3986be4')
 changelog=ChangeLog
 
 build() {
@@ -19,6 +20,11 @@
   make
 }
 
+check() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make quiet-test
+}
+
 package() {
   cd "zsh-users-zsh-syntax-highlighting-"*
   make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list