app-text/typst: update live ebuild to match 0.15.0

doesn’t change anything for the live ebuild, the only change is for
released versions

Signed-off-by: odrling <florianbadie@odrling.xyz>
This commit is contained in:
odrling
2026-06-18 17:40:23 +02:00
parent 0fbb656007
commit 36e7a153d7

View File

@@ -66,7 +66,8 @@ src_prepare() {
src_compile() {
if [[ ${PV} != 9999 ]]; then
local GIT_HASH=$(gunzip < "${DISTDIR}/${P}.tar.gz" | git get-tar-commit-id)
export TYPST_VERSION="${PV} (${GIT_HASH::8})"
export TYPST_COMMIT_SHA="${GIT_HASH}"
export TYPST_VERSION="${PV}"
fi
export GEN_ARTIFACTS="artifacts/"