From 1f345bcfe40133bc6b0ef6834ee3129d43b2ae7b Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 15 Mar 2023 13:54:55 +0100 Subject: [PATCH] vivid: update to 0.9.0 --- srcpkgs/vivid/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vivid/template b/srcpkgs/vivid/template index 94faf234338c..4c210c30099c 100644 --- a/srcpkgs/vivid/template +++ b/srcpkgs/vivid/template @@ -1,6 +1,6 @@ # Template file for 'vivid' pkgname=vivid -version=0.8.0 +version=0.9.0 revision=1 build_style=cargo short_desc="LS_COLORS with support for multiple color themes" @@ -8,13 +8,13 @@ maintainer="Orphaned " license="Apache-2.0, MIT" homepage="https://github.com/sharkdp/vivid" distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz" -checksum=e58e0936db25c81ff257775463f1d422d97c706aec2d0134e39b62151ded23cb +checksum=325f16df916e4192d56d589839be474801ffd3d6a105f4a1a033221570ff6b56 post_install() { vlicense LICENSE-MIT # Sample configuration file + sample themes vsconf config/filetypes.yml - vmkdir usr/share/examples/${pkgname}/themes - vcopy themes/*.yml usr/share/examples/${pkgname}/themes + vmkdir usr/share/examples/vivid/themes + vcopy themes/*.yml usr/share/examples/vivid/themes }