aboutsummaryrefslogtreecommitdiffstats
path: root/community/zsh-syntax-highlighting/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-09 22:53:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-09 23:16:18 -0300
commit35d716ddbef4c1daccd7aebee8e4918f02590c89 (patch)
treee8f88b190bb02088f4ea7a52b2c46991d19a3707 /community/zsh-syntax-highlighting/APKBUILD
parent26ebc150c448727223857505680407c641fd342a (diff)
downloadaports-35d716ddbef4c1daccd7aebee8e4918f02590c89.tar.bz2
aports-35d716ddbef4c1daccd7aebee8e4918f02590c89.tar.xz
community/zsh-syntax-highlighting: upgrade to 0.7.1
Diffstat (limited to 'community/zsh-syntax-highlighting/APKBUILD')
-rw-r--r--community/zsh-syntax-highlighting/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/community/zsh-syntax-highlighting/APKBUILD b/community/zsh-syntax-highlighting/APKBUILD
index 36479b966c..52e1302c37 100644
--- a/community/zsh-syntax-highlighting/APKBUILD
+++ b/community/zsh-syntax-highlighting/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Dawid Dziurla <dawidd0811@gmail.com>
# Maintainer: Dawid Dziurla <dawidd0811@gmail.com>
pkgname=zsh-syntax-highlighting
-pkgver=0.6.0
+pkgver=0.7.1
pkgrel=0
pkgdesc="Fish shell like syntax highlighting for Zsh"
url="https://github.com/zsh-users/zsh-syntax-highlighting"
@@ -10,22 +10,18 @@ license="BSD-3-Clause"
depends="zsh"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make install DESTDIR="$pkgdir" PREFIX="/usr" \
SHARE_DIR="$pkgdir/usr/share/zsh/plugins/$pkgname"
}
-sha512sums="bb83f41336e9010aa78ee5adc9a216ee53f3b4347041d1b273083940d9db4d0e4acd960150b28c41f6e5e8d00b029f00fca6f9a46955892e4547a9f2345e3b85 zsh-syntax-highlighting-0.6.0.tar.gz"
+sha512sums="e7e86b88cdac9b9ed5f973823ba8efff99dd720b9ed929f765f9f9266b9d6e147274f5957ceb630d51a660e396fc22e97f10cfbc5cdde941b907f3773bb1ea2b zsh-syntax-highlighting-0.7.1.tar.gz"