Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
biome
Commits:
07a454aa by Caleb Maclennan at 2025-10-28T03:35:00+03:00
upgpkg: 2.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = biome
pkgdesc = Formatter, linter, and more for Javascript, Typescript, JSON,
and CSS
- pkgver = 2.2.7
+ pkgver = 2.3.1
pkgrel = 1
url = https://biomejs.dev
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = biome
depends = glibc
replaces = rome
replaces = biome-bin
- source =
https://github.com/biomejs/biome/archive/@biomejs/[email protected]/biome--biomejs-biome-2.2.7.tar.gz
- sha256sums =
934d813572f28687441db42dfaf49449851167879ff5ec4a4325bd5ddd280b21
+ source =
https://github.com/biomejs/biome/archive/@biomejs/[email protected]/biome--biomejs-biome-2.3.1.tar.gz
+ sha256sums =
83ac4aeffcd1b3017ed145c92565ebe0fb6a61cfbd9005f4f1c732c1232df035
pkgname = biome
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=biome
-pkgver=2.2.7
+pkgver=2.3.1
pkgrel=1
pkgdesc='Formatter, linter, and more for Javascript, Typescript, JSON, and CSS'
arch=(x86_64)
@@ -15,7 +15,7 @@ replaces=(rome
"$pkgname-bin")
_archive="$pkgname--biomejs-biome-$pkgver"
source=("$_url/archive/@biomejs/biome@$pkgver/$_archive.tar.gz")
-sha256sums=('934d813572f28687441db42dfaf49449851167879ff5ec4a4325bd5ddd280b21')
+sha256sums=('83ac4aeffcd1b3017ed145c92565ebe0fb6a61cfbd9005f4f1c732c1232df035')
prepare() {
cd "$_archive/crates/${pkgname}_cli"
@@ -37,6 +37,7 @@ check() {
local skipped=(
cases::diagnostics::max_diagnostics_verbose
commands::explain::explain_help
+ commands::lint::lint_help
commands::lsp_proxy::lsp_proxy_help
)
cargo test -p "${pkgname}_cli" --frozen --all-features -- \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/biome/-/commit/07a454aab5a20d7e3846f7d46e1feefd186c1171
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/biome/-/commit/07a454aab5a20d7e3846f7d46e1feefd186c1171
You're receiving this email because of your account on gitlab.archlinux.org.