From e7f7a56d04274c3e8cc38ef60335f7193cb5b8bf Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:59 -0400 Subject: [PATCH] typst-lsp: rebuild for openssl3 --- srcpkgs/typst-lsp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template index 90dd5bfd8fc..248062c3537 100644 --- a/srcpkgs/typst-lsp/template +++ b/srcpkgs/typst-lsp/template @@ -1,7 +1,7 @@ # Template file for 'typst-lsp' pkgname=typst-lsp version=0.9.1 -revision=1 +revision=2 build_style=cargo configure_args="--no-default-features --features remote-packages,native-tls" hostmakedepends="pkg-config"