From 491f9d48a6417a6b39d022a45f631e6bf2d4fbba Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 1 Jun 2020 19:24:37 +0200 Subject: [PATCH] alacritty: silence xlint --- srcpkgs/alacritty/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index c1a15cdd507..b0adfb49c7c 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -10,9 +10,9 @@ depends="libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}" short_desc="Cross-platform, GPU-accelerated terminal emulator" maintainer="Andrea Brancaleoni " license="Apache-2.0" -homepage="https://github.com/${pkgname}/${pkgname}" -changelog="https://raw.githubusercontent.com/${pkgname}/${pkgname}/v${version}/CHANGELOG.md" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" +homepage="https://github.com/alacritty/alacritty" +changelog="https://raw.githubusercontent.com/alacritty/alacritty/v${version}/CHANGELOG.md" +distfiles="${homepage}/archive/v${version}.tar.gz" checksum=8bc0fc90b16187a4f75a834f29c4725b2c6cfbab9543fc36913ddd9aca604c42 post_install() {