aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zsh-history-substring-search
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-30 00:17:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-30 00:19:03 -0300
commitba7b3c6a1815288d0963e08fc60d9ab4caddef53 (patch)
tree9c58b6e591e7adc75130829e0093d305f38800a9 /testing/zsh-history-substring-search
parent85aa3d670eaeaaf800978f1739b0d349d2db2f81 (diff)
downloadaports-ba7b3c6a1815288d0963e08fc60d9ab4caddef53.tar.bz2
aports-ba7b3c6a1815288d0963e08fc60d9ab4caddef53.tar.xz
testing/zsh-history-substring-search: upgrade to 1.0.2
Diffstat (limited to 'testing/zsh-history-substring-search')
-rw-r--r--testing/zsh-history-substring-search/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/zsh-history-substring-search/APKBUILD b/testing/zsh-history-substring-search/APKBUILD
index 63c52adf0a..0f608644c9 100644
--- a/testing/zsh-history-substring-search/APKBUILD
+++ b/testing/zsh-history-substring-search/APKBUILD
@@ -1,22 +1,19 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=zsh-history-substring-search
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=0
pkgdesc="Zsh port of the Fish shell's history search"
url="https://github.com/zsh-users/zsh-history-substring-search"
arch="noarch"
-license="BSD"
+license="BSD-3-Clause"
depends="zsh"
-source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/zsh-history-substring-search/archive/v$pkgver.tar.gz"
options="!check" # upstream does not provide tests
package() {
- cd "$builddir"
-
install -D -m 644 $pkgname.zsh \
"$pkgdir"/usr/share/zsh/packages/$pkgname/$pkgname.zsh
}
-sha512sums="0795befa068cedd46578960cf4102baafd182b69db598700c6361aebf17f64615972a981a5c4aad48318c45e9e9cd623d53956c704baa1b024cef9df83b138eb zsh-history-substring-search-1.0.1.tar.gz"
+sha512sums="9547cdd74f6bd5b102ca29b7b455cd4ce7450fe86864b5a149365de4c37d3da887edb403b195e80c142fe61861a3e4c063a5d8ba08ec0532b27a1207c80a023d zsh-history-substring-search-1.0.2.tar.gz"