mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
alacritty: update to 0.12.2.
This commit is contained in:
parent
6ce422d376
commit
284771a2b4
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.12.1
|
version=0.12.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path alacritty"
|
make_install_args="--path alacritty"
|
||||||
|
@ -13,13 +13,13 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/alacritty/alacritty"
|
homepage="https://github.com/alacritty/alacritty"
|
||||||
changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=14bce0bfc538872c97e0e38b9233a9d1fa992dcf83a22b6035da5fe58a55bc6c
|
checksum=285b44d2d2e83118ab7fe61d575811bb85d5e21147808171bd0e583e9e794748
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
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
|
# disable doctests on i686
|
||||||
i686) make_check_args="--tests";;
|
i686*) make_check_args="--tests" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue