From 079df57be333482dc2bf00677c80ed4427153e03 Mon Sep 17 00:00:00 2001 From: Hue Date: Mon, 2 Mar 2026 16:32:14 +0100 Subject: [PATCH] ddcutil: update to 2.2.5. --- srcpkgs/ddcutil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 21dbfa7bfef..41788ed5fdd 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -1,6 +1,6 @@ # Template file for 'ddcutil' pkgname=ddcutil -version=2.2.1 +version=2.2.5 revision=1 build_style=gnu-configure configure_args="--libdir=/usr/lib" @@ -14,7 +14,7 @@ license="GPL-2.0-or-later" homepage="https://www.ddcutil.com" changelog="https://www.ddcutil.com/release_notes_220/" distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz" -checksum=ff8eb39b4559fcbc83de7b16834a010262dfa825938625272212fcaeefaef692 +checksum=dd17ee072124c1c2b28426dde6985b503abc475af9fcfc13336363590ba42155 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"