ddcutil: update to 0.9.0.

Closes #14373.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
cr6git 2018-05-14 06:50:45 +02:00 committed by Enno Boland
parent 546ec5d446
commit 25140b1bfa

View file

@ -1,6 +1,6 @@
# Template file for 'ddcutil'
pkgname=ddcutil
version=0.8.6
version=0.9.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
@ -8,10 +8,10 @@ makedepends="libdrm-devel libgudev-devel libusb-devel libXrandr-devel"
depends="i2c-tools"
short_desc="Query and change monitor settings using DDC/CI and USB"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-2.0-or-later"
homepage="http://www.ddcutil.com"
license="GPL-2"
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
checksum=9c32dd346c8afd6b30713c557773e5b756a09d0d8d62e3ea207f658ff59c50c6
checksum=65c9870b2f58424994ad6639385b0dfc91671abb73cd35681279a04706067b75
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"