Package Details: oxfmt-bin 0.50.0-1

Git Clone URL: https://aur.archlinux.org/oxfmt-bin.git (read-only, click to copy)
Package Base: oxfmt-bin
Description: Oxfmt is a high-performance formatter for the JavaScript ecosystem
Upstream URL: https://oxc.rs
Keywords: formatter javascript typescript
Licenses: MIT
Conflicts: oxfmt
Provides: oxfmt
Submitter: SebastienWae
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 2
Popularity: 0.83
First Submitted: 2026-01-06 15:37 (UTC)
Last Updated: 2026-05-15 22:11 (UTC)

Latest Comments

Kamack38 commented on 2026-03-08 18:40 (UTC) (edited on 2026-03-08 18:43 (UTC) by Kamack38)

Here's an updated PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 3f7aad6..dc0d4f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Sebastien Waegeneire <sebastien@waegeneire.com>

 pkgname=oxfmt-bin
-pkgver=0.28.0
+pkgver=0.36.0
 pkgrel=1
 pkgdesc="A Prettier-compatible code formatter."
 arch=('x86_64' 'aarch64')
@@ -10,17 +10,17 @@ license=('MIT')
 provides=('oxfmt')
 conflicts=('oxfmt')

-_github_url="https://github.com/oxc-project/oxc/releases/download/apps_v1.43.0"
-_binary_x86_64="oxfmt-linux-x64-gnu"
-_binary_aarch64="oxfmt-linux-arm64-gnu"
+_github_url="https://github.com/oxc-project/oxc/releases/download/apps_v1.51.0"
+_binary_x86_64="oxfmt-x86_64-unknown-linux-gnu"
+_binary_aarch64="oxfmt-aarch64-unknown-linux-gnu"

 source_x86_64=("${_binary_x86_64}.tar.gz::${_github_url}/${_binary_x86_64}.tar.gz")
 source_aarch64=("${_binary_aarch64}.tar.gz::${_github_url}/${_binary_aarch64}.tar.gz")

-sha256sums_x86_64=('ce8e1609b12e65c1461e3ba4b73702f4c2344c9849652f94a83efc291920a84c')
-sha256sums_aarch64=('edea7cbb968e6a68f47a73e8a073829cec0d4f0f1dab6dda4a88a8dfeb3751dd')
+sha256sums_x86_64=('b99ab369ad8001e343a9ac1fddcaf1654bd1c2f04870b11346c57a4277dba615')
+sha256sums_aarch64=('a689bd98199f67559a033c078f1fde3792b63218f585f59837bf7216479b0aa1')

 package() {
-    local _binary_var="_binary_${CARCH}"
-    install -Dm755 "${!_binary_var}" "${pkgdir}/usr/bin/oxfmt"
+   local _binary_var="_binary_${CARCH}"
+   install -Dm755 "${!_binary_var}" "${pkgdir}/usr/bin/oxfmt"
 }

EDIT: Fixed the version