diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template index 59b1dc354b1..1d86773cf34 100644 --- a/srcpkgs/typst/template +++ b/srcpkgs/typst/template @@ -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 " @@ -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"