typst: update to 0.8.0.

This commit is contained in:
classabbyamp 2023-09-13 15:39:26 -04:00
parent e3f2df64c9
commit 6951596b70
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,9 +1,10 @@
# Template file for 'typst'
pkgname=typst
reverts="23.03.28_1"
version=0.7.0
version=0.8.0
revision=1
build_style=cargo
configure_args="--no-default-features --features=embed-fonts"
make_install_args="--path crates/typst-cli"
short_desc="Markup-based typesetting system that is powerful and easy to learn"
maintainer="classabbyamp <void@placeviolette.net>"
@ -11,7 +12,7 @@ license="Apache-2.0"
homepage="https://typst.app"
changelog="https://typst.app/docs/changelog/"
distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
checksum=550fb66bb3405951dfd0a1736e9e17756e906e664f6f683eeb87d40643218846
checksum=4b7886e312171b66fb33b7ad49c4df76748231d0047fb96b407c926070a5d9f9
export TYPST_VERSION="$version"
export GEN_ARTIFACTS="./generated"