ddcutil: update to 0.9.2. (#2405)
This commit is contained in:
parent
05d56c31fb
commit
123ea2913f
|
@ -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 <quark6@protonmail.com>"
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue