From d01024ebec6fe43cc3dfb610faa8ef226db5b76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= Date: Sun, 28 Feb 2021 09:17:36 +0100 Subject: [PATCH] Clight: Update to 4.3 --- srcpkgs/Clight/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template index 5d9c87c2cd9..e77ac5ee11e 100644 --- a/srcpkgs/Clight/template +++ b/srcpkgs/Clight/template @@ -1,6 +1,6 @@ # Template file for 'Clight' pkgname=Clight -version=4.2 +version=4.3 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -12,11 +12,12 @@ maintainer="Dominic Monroe " license="GPL-3.0-or-later" homepage="https://github.com/FedeDP/Clight" distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz" -checksum=fc3c4952c755bad5f4274f69f5cc17142abb51d88d7c615873e3058edc1c1137 +checksum=f354ba50fd74931c1fecc832f41334bae7c98c3aad81341bbbd79bd4d7853982 post_install() { - vcompletion Extra/_clight zsh - vcompletion Extra/clight bash + vcompletion Extra/completions/_clight zsh + vcompletion Extra/completions/clight bash + vcompletion Extra/completions/clight.fish fish vinstall Extra/desktop/clight.desktop 644 usr/share/applications }