Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libfyaml
Commits:
74317cc1 by Antonio Rojas at 2026-01-14T22:22:32+01:00
upgpkg: 0.9.3-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.2
+ pkgver = 0.9.3
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.2
- sha256sums =
a9850e92d83310631a1aeb0b0ec915d5408cd9a75f4ec1707c39df859492feff
+ source = git+https://github.com/pantoniou/libfyaml#tag=v0.9.3
+ sha256sums =
ff9f7b7defe589dda095a4796fdeb098bbd3886242bc573a6ed5b65014f4e7b0
pkgname = libfyaml
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=libfyaml
-pkgver=0.9.2
+pkgver=0.9.3
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=('a9850e92d83310631a1aeb0b0ec915d5408cd9a75f4ec1707c39df859492feff')
+sha256sums=('ff9f7b7defe589dda095a4796fdeb098bbd3886242bc573a6ed5b65014f4e7b0')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfyaml/-/commit/74317cc1c5a09d8c3b3f2fb57b7af7d09c16e91e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libfyaml/-/commit/74317cc1c5a09d8c3b3f2fb57b7af7d09c16e91e
You're receiving this email because of your account on gitlab.archlinux.org.