summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarazmista2016-05-16 16:55:52 +0200
committermarazmista2016-05-16 16:55:52 +0200
commitba5e346c651240541016e763891fbc1106b3ff01 (patch)
tree78fee9617ebe28407781038d397f20bd4f2a92a2 /PKGBUILD
parent3afbf439b06b7d96945a2aed590b20ba4a2eaa99 (diff)
downloadaur-ba5e346c651240541016e763891fbc1106b3ff01.tar.gz
added qt5-tools as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35ed86e9f340..711ed8431c8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=radeon-profile-git
pkgver=20160515
-pkgrel=1
+pkgrel=2
pkgdesc="App for display info about radeon card"
url="http://github.com/marazmista/radeon-profile"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('qt5-base' 'libxkbcommon-x11' 'libxrandr')
+makedepends=('qt5-tools')
optdepends=('radeon-profile-daemon: system daemon for reading card info'
'lm_sensors: to show gpu temperature'
'sudo: start with root privilages without password'