diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 93019229766..936be454db4 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -1,6 +1,6 @@ # Template file for 'ddcutil' pkgname=ddcutil -version=0.9.1 +version=0.9.2 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -11,10 +11,11 @@ maintainer="cr6git " license="GPL-2.0-or-later" homepage="http://www.ddcutil.com" distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz" -checksum=bc7055604f2767b903845ccbdbe9fbd5fc79962d45eee817f164cfb472de777b +checksum=88a94a9bf21ccb821681b0aa41e20fefdf9dafdebe6155aea73e36fbcb319db3 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel" + LDFLAGS="-lexecinfo" post_extract() { sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am }