Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
nodejs-yaml
Commits:
73f04ee7 by Felix Yan at 2026-05-05T16:14:24+08:00
upgpkg: 2.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = nodejs-yaml
pkgdesc = JavaScript parser and stringifier for YAML
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://eemeli.org/yaml/
arch = any
license = ISC
makedepends = npm
depends = nodejs
- noextract = yaml-2.6.0.tgz
- source = https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz
- sha512sums =
6ba69efff26f28312b6b691d8b5ab30b2ac95bf5990a0162f3274357e79713197de6dfb947e8a39ea1c96f3f6d98c87c1548f1de2bf67c243875c9404253b651
+ noextract = yaml-2.6.1.tgz
+ source = https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz
+ sha512sums =
eebd173f38a837f43d91706ba3f5cf9c0ea4ce747bdc31eaf865e1e4e37b668cd13ba68c8db9a206e2acb5edb0b254c5902e5dd5dc341a8a0e09ea595c9d9202
pkgname = nodejs-yaml
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_npmname=yaml
pkgname=nodejs-$_npmname
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="JavaScript parser and stringifier for YAML"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nodejs')
makedepends=('npm')
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
noextract=($_npmname-$pkgver.tgz)
-sha512sums=('6ba69efff26f28312b6b691d8b5ab30b2ac95bf5990a0162f3274357e79713197de6dfb947e8a39ea1c96f3f6d98c87c1548f1de2bf67c243875c9404253b651')
+sha512sums=('eebd173f38a837f43d91706ba3f5cf9c0ea4ce747bdc31eaf865e1e4e37b668cd13ba68c8db9a206e2acb5edb0b254c5902e5dd5dc341a8a0e09ea595c9d9202')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$_npmname-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nodejs-yaml/-/commit/73f04ee737c080855480335f1c36020b59b77050
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nodejs-yaml/-/commit/73f04ee737c080855480335f1c36020b59b77050
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help