From 27a380deacb9fcc98651753880cd54614f4e36cb Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 10 Aug 2025 21:33:52 +0200 Subject: [PATCH] zchunk: update to 1.5.2. --- srcpkgs/zchunk/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index e99be2313ac..ebdd49536b4 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=1.5.1 +version=1.5.2 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -10,13 +10,11 @@ maintainer="Duncaen " license="BSD-2-Clause" homepage="https://github.com/zchunk/zchunk" distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz" -checksum=2c187055e2206e62cef4559845e7c2ec6ec5a07ce1e0a6044e4342e0c5d7771d +checksum=b7346d950fec2e0c72761f2a9148b0ece84574c49076585abf4bebd369cd4c60 -case "$XBPS_TARGET_MACHINE" in - *-musl) makedepends+=" argp-standalone" - LDFLAGS="-largp" - ;; -esac +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + makedepends+=" argp-standalone" +fi post_install() { vlicense LICENSE