diff --git a/community/typst/APKBUILD b/community/typst/APKBUILD index 5b03e3a0b73..cdeae9563e4 100644 --- a/community/typst/APKBUILD +++ b/community/typst/APKBUILD @@ -22,13 +22,12 @@ subpackages=" " source=" $pkgname-$pkgver.tar.gz::https://github.com/typst/typst/archive/refs/tags/v$pkgver.tar.gz - cargo-update.patch " options="net" prepare() { default_prepare - + cargo add libc@0.2.155 time@0.3.35 cargo fetch --target="$CTARGET" --locked } @@ -59,5 +58,4 @@ package() { sha512sums=" ddae20f2cf77517447d9f79aec45d27fd60422defa381d50bd148b08450749d4f8ebb143d0c136c30ac47c1d2db0e07fcf8146eef73f59b4cc3290972871765c typst-0.11.1.tar.gz -eab21d0d0e058ca3c3446c5bd04a5b1ade597d37148de3d84af42f628204ed0dfa591dad1fcf2ce61303a3ee1efc2344df0edd23b00defb26900d1f197945cbc cargo-update.patch " diff --git a/community/typst/cargo-update.patch b/community/typst/cargo-update.patch deleted file mode 100644 index b04d5d96a0d..00000000000 --- a/community/typst/cargo-update.patch +++ /dev/null @@ -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"