mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
typst: update to 0.1.0.
This commit is contained in:
parent
5c37bd5f21
commit
74a7475c8f
2 changed files with 6 additions and 25 deletions
|
@ -1,22 +0,0 @@
|
|||
From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
|
||||
From: figsoda <figsoda@pm.me>
|
||||
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
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'typst'
|
||||
pkgname=typst
|
||||
version=23.03.28
|
||||
reverts="23.03.28_1"
|
||||
version=0.1.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path cli"
|
||||
|
@ -9,5 +10,7 @@ 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=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7
|
||||
distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9da7543266c7776aed56c36b9fab95fdb7241674b426cfba287a21f4cf07c172
|
||||
|
||||
export TYPST_VERSION="$version"
|
||||
|
|
Loading…
Add table
Reference in a new issue