alacritty: update to 0.12.2.
This commit is contained in:
parent
6ce422d376
commit
284771a2b4
@ -1,6 +1,6 @@
|
||||
# Template file for 'alacritty'
|
||||
pkgname=alacritty
|
||||
version=0.12.1
|
||||
version=0.12.2
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path alacritty"
|
||||
@ -13,13 +13,13 @@ license="Apache-2.0"
|
||||
homepage="https://github.com/alacritty/alacritty"
|
||||
changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=14bce0bfc538872c97e0e38b9233a9d1fa992dcf83a22b6035da5fe58a55bc6c
|
||||
checksum=285b44d2d2e83118ab7fe61d575811bb85d5e21147808171bd0e583e9e794748
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="ftbfs: thread 'main' panicked at 'slice index starts at 4289555962 but ends at 114', /builddir/rustc-1.46.0-src/src/libstd/io/mod.rs:396:27";;
|
||||
ppc*) broken="ftbfs: thread 'main' panicked at 'slice index starts at 4289555962 but ends at 114', /builddir/rustc-1.46.0-src/src/libstd/io/mod.rs:396:27" ;;
|
||||
# disable doctests on i686
|
||||
i686) make_check_args="--tests";;
|
||||
i686*) make_check_args="--tests" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user