From 9c4041154fdce3968dfe2028ea729f83f5cd5e7f Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Tue, 12 Feb 2019 18:38:16 +0100 Subject: [PATCH] radeon-profile: update to 20190211. --- srcpkgs/radeon-profile/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/radeon-profile/template b/srcpkgs/radeon-profile/template index 352c654376f..cdb06db2476 100644 --- a/srcpkgs/radeon-profile/template +++ b/srcpkgs/radeon-profile/template @@ -1,8 +1,8 @@ # Template file for 'radeon-profile' pkgname=radeon-profile -version=20181028 +version=20190211 revision=1 -build_wrksrc="radeon-profile" +build_wrksrc=radeon-profile build_style=qmake makedepends="qt5-devel qt5-charts-devel libdrm-devel libXrandr-devel" short_desc="Application to read current clocks of ATi Radeon cards" @@ -10,12 +10,8 @@ maintainer="SolitudeSF " license="GPL-2.0-or-later" homepage="https://github.com/marazmista/radeon-profile" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=0b4f09871692138c46f6eff58356aece75e59eb7b89be833d0c8367dd2ee463b +checksum=1578c02950624c2a64bb016abc95368147fd386c798fc76b34ef2cd59f232df6 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends="qt5-qmake qt5-charts-devel" fi - -do_install() { - vbin radeon-profile -}