ddcutil: update to 0.9.2. (#2405)

This commit is contained in:
cr6git 2018-09-06 06:34:00 +02:00 committed by GitHub
parent 05d56c31fb
commit 123ea2913f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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
}