From 25140b1bfa600fb5dcfd8dcd1781656662d83224 Mon Sep 17 00:00:00 2001 From: cr6git Date: Mon, 14 May 2018 06:50:45 +0200 Subject: [PATCH] ddcutil: update to 0.9.0. Closes #14373. Signed-off-by: Enno Boland --- srcpkgs/ddcutil/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 250b19db385..0d113fb9693 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -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 " +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"