From 55d554684a15c65ff556536d86a12a7362d9649c Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Tue, 31 Mar 2020 19:31:29 +0200 Subject: [PATCH] alacritty: update to 0.4.2. --- srcpkgs/alacritty/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index ebe981a0ad3..2efd08e9e22 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -1,7 +1,7 @@ # Template file for 'alacritty' pkgname=alacritty -version=0.4.1 -revision=2 +version=0.4.2 +revision=1 build_style=cargo hostmakedepends="pkg-config python3" makedepends="freetype-devel fontconfig-devel libxcb-devel" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/jwilm/${pkgname}" changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md" distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz" -checksum=ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539 +checksum=8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2 do_install() { cargo install --path ${pkgname} --target ${RUST_TARGET} --root="${DESTDIR}/usr" --locked @@ -20,7 +20,7 @@ do_install() { } post_install() { - vinstall extra/linux/alacritty.desktop 644 usr/share/applications + vinstall extra/linux/Alacritty.desktop 644 usr/share/applications vinstall extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg vinstall extra/completions/alacritty.bash 644 usr/share/bash-completion/completions alacritty vinstall extra/completions/_alacritty 644 usr/share/zsh/site-functions