Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oxc
Commits:
5c34df25 by Jelle van der Waa at 2025-06-15T22:14:00+02:00
upgpkg: 1.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = oxc
pkgdesc = A collection of JavaScript tools written in Rust
- pkgver = 0.18.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/oxc-project/oxc
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = oxc
makedepends = cmake
depends = gcc-libs
options = !lto
- source =
oxlint-0.18.0.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v0.18.0.tar.gz
- sha256sums =
9d2f927fc26152b10fdceac426c8ba87ec6bf5d7a958fab9b853886eea916b3a
+ source =
oxlint-1.1.0.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v1.1.0.tar.gz
+ sha256sums =
bee1221b1a03ac20cb7225defd4c513645e58d375133542bf5349ee393931cb8
pkgname = oxlint
pkgdesc = Oxc JavaScript linter
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=oxc
pkgname=(oxlint oxc-language-server)
-pkgver=0.18.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A collection of JavaScript tools written in Rust"
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=('gcc-libs')
options=('!lto')
makedepends=('rust' 'cargo' 'nodejs' 'cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/oxc-project/oxc/archive/refs/tags/oxlint_v${pkgver}.tar.gz")
-sha256sums=('9d2f927fc26152b10fdceac426c8ba87ec6bf5d7a958fab9b853886eea916b3a')
+sha256sums=('bee1221b1a03ac20cb7225defd4c513645e58d375133542bf5349ee393931cb8')
prepare() {
cd "oxc-oxlint_v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/5c34df25731551a7ead65977b91f809fc603791b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oxc/-/commit/5c34df25731551a7ead65977b91f809fc603791b
You're receiving this email because of your account on gitlab.archlinux.org.