From 8b208785cf80ab31f099d7512ee177caa562b672 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Thu, 22 Jul 2021 17:41:10 +0200 Subject: [PATCH] zsh-autosuggestions: update to 0.7.0. --- srcpkgs/zsh-autosuggestions/template | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/srcpkgs/zsh-autosuggestions/template b/srcpkgs/zsh-autosuggestions/template index 668cccd4f349..0e8e13b53325 100644 --- a/srcpkgs/zsh-autosuggestions/template +++ b/srcpkgs/zsh-autosuggestions/template @@ -1,21 +1,18 @@ # Template file for 'zsh-autosuggestions' pkgname=zsh-autosuggestions -version=0.6.4 -revision=2 +version=0.7.0 +revision=1 +build_style=gnu-makefile depends="zsh" short_desc="Fish-like autosuggestions for zsh" maintainer="vinnyA3 " license="MIT" homepage="https://github.com/zsh-users/zsh-autosuggestions" distfiles="https://github.com/zsh-users/zsh-autosuggestions/archive/v${version}.tar.gz" -checksum=0b6e251ced5fd7b5b78ea01f798ecc1b46169743a717567f0ec0a21198a372e8 - -do_build() { - make -} +checksum=ccd97fe9d7250b634683c651ef8a2fe3513ea917d1b491e8696a2a352b714f08 do_install() { - vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname} - vinstall ${pkgname}.plugin.zsh 644 usr/share/zsh/plugins/${pkgname} + vinstall zsh-autosuggestions.zsh 644 usr/share/zsh/plugins/zsh-autosuggestions + vinstall zsh-autosuggestions.plugin.zsh 644 usr/share/zsh/plugins/zsh-autosuggestions vlicense LICENSE }