mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
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'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.2.1
|
version=0.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
|
@ -12,15 +12,10 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/jwilm/${pkgname}"
|
homepage="https://github.com/jwilm/${pkgname}"
|
||||||
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=d335f09ba914faf8d8b2ba91a67672aab3acd1a3bb1528ec3d9339381697f6a1
|
checksum=52d433381afce036a1744772e2ef0f3a9be3bc4eb24e5cf384a6b1b792340e05
|
||||||
nocross="conflicting implementations of trait platform::platform::x11::util::format::Formattable"
|
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686)
|
aarch64-musl) broken="MAP_32BIT; not found in libc" ;;
|
||||||
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";
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue