diff --git a/community/zsh-autosuggestions/APKBUILD b/community/zsh-autosuggestions/APKBUILD index 29677b9c996..52176d0de3b 100644 --- a/community/zsh-autosuggestions/APKBUILD +++ b/community/zsh-autosuggestions/APKBUILD @@ -1,9 +1,10 @@ # Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=zsh-autosuggestions -pkgver=0.6.2 +pkgver=0.6.3 pkgrel=0 pkgdesc="Fish-like autosuggestions for Zsh" +options="!check" # No testsuite url="https://github.com/zsh-users/zsh-autosuggestions" arch="noarch" license="MIT" @@ -15,4 +16,4 @@ package() { "$pkgdir/usr/share/zsh/plugins/$pkgname" } -sha512sums="6e7e196a34efb45aec59e40a3e90473ef01a0d91c16f1b1baf95a0ff512bf12c8615ddf58782f23cdcd7ca110967e6817a9f29fa0b38626fce60509cb9fe4bf0 zsh-autosuggestions-0.6.2.tar.gz" +sha512sums="bafeca5c6ef3d315310976762fdc5db5ae3db3960c4ac17c1ac139a4d09c2733c24884e7f708881e3f3cacf96c39d9ddeac0b1ca6c8720d2febb41c9894d4ad3 zsh-autosuggestions-0.6.3.tar.gz"