Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libfyaml
Commits:
425156da by Antonio Rojas at 2026-02-26T14:13:22+01:00
upgpkg: 0.9.5-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.4
+ pkgver = 0.9.5
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.4
- sha256sums =
06851d893ae1c66ce2db681f229aa62572a535a3ab67c49354c1b4c622c7c2ec
+ source = git+https://github.com/pantoniou/libfyaml#tag=v0.9.5
+ sha256sums =
71818aad6c4beed530b26e2ffdcc2fb4c1b68d531065d270f345cea2a4f4e2a7
pkgname = libfyaml
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=libfyaml
-pkgver=0.9.4
+pkgver=0.9.5
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=('06851d893ae1c66ce2db681f229aa62572a535a3ab67c49354c1b4c622c7c2ec')
+sha256sums=('71818aad6c4beed530b26e2ffdcc2fb4c1b68d531065d270f345cea2a4f4e2a7')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfyaml/-/commit/425156da3b038c5ff3afae14145489d5f623da9d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfyaml/-/commit/425156da3b038c5ff3afae14145489d5f623da9d
You're receiving this email because of your account on gitlab.archlinux.org.