From eeb16ad39bea7435bcb6f6062558209d23b20d82 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Sun, 4 Apr 2021 23:31:03 +0300 Subject: [PATCH] exa: update to 0.10.0 --- srcpkgs/exa/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/exa/template b/srcpkgs/exa/template index 5ea748de3627..9b7c9af356ed 100644 --- a/srcpkgs/exa/template +++ b/srcpkgs/exa/template @@ -1,21 +1,20 @@ # Template file for 'exa' pkgname=exa -version=0.9.0 -revision=2 +version=0.10.0 +revision=1 build_style=cargo -hostmakedepends="pkg-config" +hostmakedepends="pkg-config libgit2-devel" makedepends="libgit2-devel" short_desc="Modern replacement for ls" maintainer="Orphaned " license="MIT" homepage="https://the.exa.website/" distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz" -checksum=@facbe3b234f403e1e1919f28f009f1733a0fbbbb11f0bc2ba89ac3eba11bc5e8 +checksum=27420f7b805941988399d63f388be4f6077eee94a505bf01c2fb0e7d15cbf78d post_install() { - vman contrib/man/exa.1 - vcompletion contrib/completions.bash bash - vcompletion contrib/completions.fish fish - vcompletion contrib/completions.zsh zsh + vcompletion completions/completions.bash bash + vcompletion completions/completions.fish fish + vcompletion completions/completions.zsh zsh vlicense LICENCE }