Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typstyle: update to 0.12.1. #52742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/typstyle/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'typstyle'
pkgname=typstyle
version=0.11.34
version=0.12.1
revision=1
build_style=cargo
configure_args="--no-default-features --features=cli"
Expand All @@ -11,7 +11,7 @@ license="Apache-2.0"
homepage="https://github.com/Enter-tainer/typstyle/"
changelog="https://raw.githubusercontent.com/Enter-tainer/typstyle/master/CHANGELOG.md"
distfiles="https://github.com/Enter-tainer/typstyle/archive/refs/tags/v${version}.tar.gz"
checksum=ce0646d161ee87abbc35ef97e83856310e54a12438a6234b152e281b1cec0af8
checksum=68138962a660bec25cfa81503753505a02dc6b14f7b1b7b587c8cd521e96f8e0

if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then
make_check=no # reflexo crate for tests not running on i686
Expand Down
Loading