testing/typst: upgrade to 0.11.0

This commit is contained in:
jvoisin 2024-03-15 20:52:06 +01:00
parent 934bd0a693
commit 1685d9ec9f

View File

@ -1,6 +1,6 @@
# Maintainer: lauren n. liberda <lauren@selfisekai.rocks>
pkgname=typst
pkgver=0.10.0
pkgver=0.11.0
pkgrel=0
pkgdesc="New markup-based typesetting system that is powerful and easy to learn"
url="https://github.com/typst/typst"
@ -12,6 +12,7 @@ license="Apache-2.0"
makedepends="
cargo
cargo-auditable
openssl-dev
"
subpackages="
$pkgname-doc
@ -28,6 +29,9 @@ prepare() {
default_prepare
cargo fetch --target="$CTARGET" --locked
# https://github.com/typst/typst/issues/3682
rm ./tests/typ/layout/grid-positioning.typ
}
build() {
@ -56,5 +60,5 @@ package() {
}
sha512sums="
8203ed0157c0df580e954e5ed6dd97e4bfb30c8018f0fd3c52a8c1d959c383ed394bdc1957d9812fa4fb97c95c2670e87b9afe2e87c493c529b6aa54064aefa1 typst-0.10.0.tar.gz
ca4767b2b05d064012a0bf152323c8b2cce994e32c60d1a80c1563ec4d2e2adc211988a1c6b9892efe7269e26fde3aa28468142af7ddd36a2b97e00ac21f545e typst-0.11.0.tar.gz
"