radeon-profile: update to 20190211.

This commit is contained in:
Rasmus Thomsen 2019-02-12 18:38:16 +01:00 committed by maxice8
parent 2c7f4605c1
commit 9c4041154f
1 changed files with 4 additions and 8 deletions

View File

@ -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 <solitudesf@protonmail.com>"
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
}