From f5e191dd789b3ad739b07cbd49d39a3f88c6cdec Mon Sep 17 00:00:00 2001 From: auronandace <81362994+auronandace@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:54:22 +0100 Subject: [PATCH] alacritty: update to 0.9.0 --- srcpkgs/alacritty/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index e0e7f9a849c5..0aaa952d4daa 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -1,11 +1,11 @@ # Template file for 'alacritty' pkgname=alacritty -version=0.8.0 +version=0.9.0 revision=1 build_wrksrc="${pkgname}" build_style=cargo hostmakedepends="pkg-config python3" -makedepends="freetype-devel fontconfig-devel libxcb-devel" +makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel" depends="libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}" short_desc="Cross-platform, GPU-accelerated terminal emulator" maintainer="Andrea Brancaleoni " @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://github.com/alacritty/alacritty" changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=e450ff4ceafdf4894d82f2f22ca93b422ffd1283f876d44cf744e4ed3bc0eaf6 +checksum=6d3aaac9e0477f903563b6fb26e089118407cdbfe952a1e2ffbf4e971b7062b3 case "$XBPS_TARGET_MACHINE" in ppc64*) ;;