From fb87771f95fe9a03214a768db8b2ffc434a58b89 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sat, 4 Mar 2023 23:50:25 +0100 Subject: [PATCH] ddcutil: update to 1.4.1. --- srcpkgs/ddcutil/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 170bcdae5cc..8b8bc7e60e8 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -1,7 +1,7 @@ # Template file for 'ddcutil' pkgname=ddcutil -version=1.3.0 -revision=2 +version=1.4.1 +revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="i2c-tools-devel libdrm-devel libgudev-devel libkmod-devel @@ -13,7 +13,7 @@ license="GPL-2.0-or-later" homepage="https://www.ddcutil.com" changelog="https://www.ddcutil.com/release_notes/" distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz" -checksum=fa439f031c9372360e8d266f4294937dd3ee0a1c812d41e596b5e75a6d73d6d3 +checksum=c591891a1d2d950315b9ef50598f66bdd9951a51828328542ec36a0db0cb9edb case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"