From 56c8176591b3f97f5423ec068a2c47b33a10c391 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 4 Apr 2023 20:00:36 -0400 Subject: [PATCH] typst: update to 0.1. --- srcpkgs/typst/patches/cargo-workspace.patch | 22 --------------------- srcpkgs/typst/template | 7 ++++--- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/typst/patches/cargo-workspace.patch diff --git a/srcpkgs/typst/patches/cargo-workspace.patch b/srcpkgs/typst/patches/cargo-workspace.patch deleted file mode 100644 index e84cc18b2d2a..000000000000 --- a/srcpkgs/typst/patches/cargo-workspace.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001 -From: figsoda -Date: Sat, 1 Apr 2023 08:22:47 -0400 -Subject: [PATCH] Default workspace members to cli (#484) - ---- - Cargo.toml | 1 + - flake.nix | 3 --- - 2 files changed, 1 insertion(+), 3 deletions(-) - -diff --git a/Cargo.toml b/Cargo.toml -index 3db8b3b9c..3fe010947 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -6,6 +6,7 @@ edition = "2021" - - [workspace] - members = ["cli", "docs", "library", "macros", "tests"] -+default-members = ["cli"] - - [lib] - doctest = false diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template index 421b8ecc6bdd..8da39486593e 100644 --- a/srcpkgs/typst/template +++ b/srcpkgs/typst/template @@ -1,6 +1,7 @@ # Template file for 'typst' pkgname=typst -version=23.03.28 +reverts="23.03.28_1" +version=0.1 revision=1 build_style=cargo make_install_args="--path cli" @@ -9,5 +10,5 @@ maintainer="classabbyamp " 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=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7 +distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz" +checksum=e8533e6cba1422bc2ac5a0c89c936a792fa07df1aaabaf6ac1800f2d79061419