typst: update to 0.11.0.

This commit is contained in:
classabbyamp 2024-03-16 15:20:56 -04:00
parent f5a81b3f92
commit 94539c2b37
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 2 deletions

View File

@ -1,18 +1,20 @@
# Template file for 'typst'
pkgname=typst
reverts="23.03.28_1"
version=0.10.0
version=0.11.0
revision=1
build_style=cargo
configure_args="--no-default-features --features=embed-fonts"
make_install_args="--path crates/typst-cli"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Markup-based typesetting system that is powerful and easy to learn"
maintainer="classabbyamp <void@placeviolette.net>"
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=f1b7baba3c6f6f37dee6d05c9ab53d2ba5cd879a57b6e726dedf9bc51811e132
checksum=fd8debe21d5d22d4cd6c823494537f1356c9954cc2fe6c5db8c76c1b126112dd
export TYPST_VERSION="$version"
export GEN_ARTIFACTS="./generated"