Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / json-c
Commits: 249e3970 by Jan Alexander Steffens (heftig) at 2024-09-16T00:55:15+02:00 0.18-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = json-c - pkgdesc = A JSON implementation in C - pkgver = 0.17 - pkgrel = 2 + pkgdesc = JSON implementation in C + pkgver = 0.18 + pkgrel = 1 url = https://github.com/json-c/json-c/wiki arch = x86_64 license = MIT @@ -10,7 +10,7 @@ pkgbase = json-c makedepends = ninja depends = glibc provides = libjson-c.so - source = git+https://github.com/json-c/json-c#tag=json-c-0.17-20230812 - b2sums = 9e0b0f41703460a4a61bf4e2b005bbc436f0f563a1a82ce8acb399d5efa18744ec86e8610866568fc6f77e3eec097fd688cbb9cb6bfbf7179b8178d8ee2de3ff + source = git+https://github.com/json-c/json-c#tag=json-c-0.18-20240915 + b2sums = 4abc79ff71b8320022f4385221ff0c7183e2f150c94e3d837369226d26c118a2123823cb5c5123299b87068e998bca543ee20a74b9d6fbe39eb0cbd8600a8473 pkgname = json-c ===================================== PKGBUILD ===================================== @@ -3,10 +3,10 @@ # Contributor: congyiwu <congyiwu AT gmail DOT com> pkgname=json-c -pkgver=0.17 -_tagdate=20230812 -pkgrel=2 -pkgdesc="A JSON implementation in C" +pkgver=0.18 +_tagdate=20240915 +pkgrel=1 +pkgdesc="JSON implementation in C" url="https://github.com/json-c/json-c/wiki" license=(MIT) arch=(x86_64) @@ -20,7 +20,7 @@ makedepends=( ) provides=(libjson-c.so) source=("git+https://github.com/json-c/json-c#tag=json-c-$pkgver-$_tagdate") -b2sums=('9e0b0f41703460a4a61bf4e2b005bbc436f0f563a1a82ce8acb399d5efa18744ec86e8610866568fc6f77e3eec097fd688cbb9cb6bfbf7179b8178d8ee2de3ff') +b2sums=('4abc79ff71b8320022f4385221ff0c7183e2f150c94e3d837369226d26c118a2123823cb5c5123299b87068e998bca543ee20a74b9d6fbe39eb0cbd8600a8473') build() { local cmake_options=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/json-c/-/commit/249e3970772c29fe2e67f630bf79797475c629e5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/json-c/-/commit/249e3970772c29fe2e67f630bf79797475c629e5 You're receiving this email because of your account on gitlab.archlinux.org.