aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-16 18:54:08 +0300
committerprspkt <prspkt@protonmail.com>2019-06-19 13:51:41 +0300
commitf9a23279f1af1d85fa85f849aced69fafd9d22f4 (patch)
tree3e27fd7de021888ff242588702cb07274d318de5
parent567676e766deeee12725c4dfab65b6bd6ffbea60 (diff)
downloadalpine_aports-f9a23279f1af1d85fa85f849aced69fafd9d22f4.tar.bz2
alpine_aports-f9a23279f1af1d85fa85f849aced69fafd9d22f4.tar.xz
alpine_aports-f9a23279f1af1d85fa85f849aced69fafd9d22f4.zip
community/zsh-autosuggestions: upgrade to 0.6.1
-rw-r--r--community/zsh-autosuggestions/APKBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/zsh-autosuggestions/APKBUILD b/community/zsh-autosuggestions/APKBUILD
index 77f252bdaa..8ef4ac8133 100644
--- a/community/zsh-autosuggestions/APKBUILD
+++ b/community/zsh-autosuggestions/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Jakub Jirutka <jakub@jirutka.cz> 1# Contributor: Jakub Jirutka <jakub@jirutka.cz>
2# Maintainer: Jakub Jirutka <jakub@jirutka.cz> 2# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
3pkgname=zsh-autosuggestions 3pkgname=zsh-autosuggestions
4pkgver=0.5.2 4pkgver=0.6.1
5pkgrel=0 5pkgrel=0
6pkgdesc="Fish-like autosuggestions for Zsh" 6pkgdesc="Fish-like autosuggestions for Zsh"
7url="https://github.com/zsh-users/zsh-autosuggestions" 7url="https://github.com/zsh-users/zsh-autosuggestions"
@@ -9,14 +9,10 @@ arch="noarch"
9license="MIT" 9license="MIT"
10depends="zsh" 10depends="zsh"
11source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/v$pkgver.tar.gz" 11source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/v$pkgver.tar.gz"
12builddir="$srcdir/$pkgname-$pkgver"
13 12
14package() { 13package() {
15 local destdir="$pkgdir/usr/share/zsh/plugins/$pkgname" 14 install -D ${pkgname}.zsh ${pkgname}.plugin.zsh -t \
16 cd "$builddir" 15 "$pkgdir/usr/share/zsh/plugins/$pkgname"
17
18 mkdir -p "$destdir"
19 cp $pkgname.zsh $pkgname.plugin.zsh "$destdir"/
20} 16}
21 17
22sha512sums="a435f41c535abb5a4a1b3d6339f1555981060fffc465a610605d034e7946978eff15df1f25f901dfaec31ce5a33628589fa7e7274726c8ecf94712f270f2ca53 zsh-autosuggestions-0.5.2.tar.gz" 18sha512sums="bb3990ebafad7ea8ebcfea9de71b8290f855ec4f38f23f79bbb0928e8b10eea4305939d5f16449e1dcfa4023f35d5eb61080457e6e8ad1e9e5ccfe129551dc13 zsh-autosuggestions-0.6.1.tar.gz"