alacritty: update to 0.9.0

This commit is contained in:
auronandace 2021-08-16 18:54:22 +01:00 committed by Michal Vasilek
parent 7ba599f171
commit 27a6dea897

View File

@ -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 <abc@pompel.me>"
@ -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*) ;;