alacritty: update to 0.2.3.
This commit is contained in:
parent
374b69969b
commit
d975abdb3b
1 changed files with 4 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'alacritty'
|
||||
pkgname=alacritty
|
||||
version=0.2.1
|
||||
version=0.2.3
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="cmake pkg-config"
|
||||
|
@ -12,15 +12,10 @@ 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=d335f09ba914faf8d8b2ba91a67672aab3acd1a3bb1528ec3d9339381697f6a1
|
||||
nocross="conflicting implementations of trait platform::platform::x11::util::format::Formattable"
|
||||
checksum=52d433381afce036a1744772e2ef0f3a9be3bc4eb24e5cf384a6b1b792340e05
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686)
|
||||
broken="Alacritty v0.2.0 is broken on i686
|
||||
Build log: https://travis-ci.org/void-linux/void-packages/jobs/429814888
|
||||
Issue: https://github.com/jwilm/alacritty/issues/1552";
|
||||
;;
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl) broken="MAP_32BIT; not found in libc" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue