mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
alacritty: update to 0.4.1.
This commit is contained in:
parent
8b677b2255
commit
bf58db2aa9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="freetype-devel fontconfig-devel libxcb-devel"
|
makedepends="freetype-devel fontconfig-devel libxcb-devel"
|
||||||
|
@ -12,7 +12,7 @@ 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=cbc0da74f313a806efed02fa863eece4b422c52e24832b553cd8592832c591e3
|
checksum=ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
cargo install --path ${pkgname} --target ${RUST_TARGET} --root="${DESTDIR}/usr" --locked
|
cargo install --path ${pkgname} --target ${RUST_TARGET} --root="${DESTDIR}/usr" --locked
|
||||||
|
|
Loading…
Add table
Reference in a new issue