Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libfyaml
Commits:
357f4164 by Antonio Rojas at 2026-02-03T21:16:48+01:00
upgpkg: 0.9.4-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libfyaml
pkgdesc = Fully feature complete YAML parser and emitter
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://pantoniou.github.io/libfyaml/
arch = x86_64
license = MIT
makedepends = git
depends = glibc
- source = git+https://github.com/pantoniou/libfyaml#tag=v0.9.3
- sha256sums =
ff9f7b7defe589dda095a4796fdeb098bbd3886242bc573a6ed5b65014f4e7b0
+ source = git+https://github.com/pantoniou/libfyaml#tag=v0.9.4
+ sha256sums =
06851d893ae1c66ce2db681f229aa62572a535a3ab67c49354c1b4c622c7c2ec
pkgname = libfyaml
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=libfyaml
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc='Fully feature complete YAML parser and emitter'
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/pantoniou/libfyaml#tag=v$pkgver)
-sha256sums=('ff9f7b7defe589dda095a4796fdeb098bbd3886242bc573a6ed5b65014f4e7b0')
+sha256sums=('06851d893ae1c66ce2db681f229aa62572a535a3ab67c49354c1b4c622c7c2ec')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfyaml/-/commit/357f41643ece9c79dd0416078b65a6c0ed3fd995
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfyaml/-/commit/357f41643ece9c79dd0416078b65a6c0ed3fd995
You're receiving this email because of your account on gitlab.archlinux.org.