mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/typst: update cargo dependencies for rust 1.80+
This commit is contained in:
parent
74d69fb79e
commit
5a53875bc7
@ -22,13 +22,12 @@ subpackages="
|
|||||||
"
|
"
|
||||||
source="
|
source="
|
||||||
$pkgname-$pkgver.tar.gz::https://github.com/typst/typst/archive/refs/tags/v$pkgver.tar.gz
|
$pkgname-$pkgver.tar.gz::https://github.com/typst/typst/archive/refs/tags/v$pkgver.tar.gz
|
||||||
cargo-update.patch
|
|
||||||
"
|
"
|
||||||
options="net"
|
options="net"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
cargo add libc@0.2.155 time@0.3.35
|
||||||
cargo fetch --target="$CTARGET" --locked
|
cargo fetch --target="$CTARGET" --locked
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,5 +58,4 @@ package() {
|
|||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
ddae20f2cf77517447d9f79aec45d27fd60422defa381d50bd148b08450749d4f8ebb143d0c136c30ac47c1d2db0e07fcf8146eef73f59b4cc3290972871765c typst-0.11.1.tar.gz
|
ddae20f2cf77517447d9f79aec45d27fd60422defa381d50bd148b08450749d4f8ebb143d0c136c30ac47c1d2db0e07fcf8146eef73f59b4cc3290972871765c typst-0.11.1.tar.gz
|
||||||
eab21d0d0e058ca3c3446c5bd04a5b1ade597d37148de3d84af42f628204ed0dfa591dad1fcf2ce61303a3ee1efc2344df0edd23b00defb26900d1f197945cbc cargo-update.patch
|
|
||||||
"
|
"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
diff --git a/Cargo.lock b/Cargo.lock
|
|
||||||
index 0a9e82c..5006a6b 100644
|
|
||||||
--- a/Cargo.lock
|
|
||||||
+++ b/Cargo.lock
|
|
||||||
@@ -1218,9 +1218,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "libc"
|
|
||||||
-version = "0.2.153"
|
|
||||||
+version = "0.2.155"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
||||||
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "libdeflate-sys"
|
|
Loading…
Reference in New Issue
Block a user