diff --git a/srcpkgs/radeon-profile/template b/srcpkgs/radeon-profile/template index 352c654376..cdb06db247 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 -}