summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38325c391ab4..1039423aae1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Mar 29 20:29:15 UTC 2017
+# Mon Jul 3 21:19:04 UTC 2017
pkgbase = radeon-profile-git
pkgdesc = App for display info about radeon card
pkgver = 20161221.r13.g4385106
- pkgrel = 3
+ pkgrel = 4
url = http://github.com/marazmista/radeon-profile
arch = i686
arch = x86_64
license = GPL2
makedepends = qt5-tools
depends = qt5-base
+ depends = qt5-charts
depends = libxkbcommon-x11
depends = libxrandr
optdepends = radeon-profile-daemon: system daemon for reading card info
- optdepends = lm_sensors: to show gpu temperature
optdepends = sudo: start with root privilages without password
optdepends = mesa-demos: for glxinfo
optdepends = xorg-xdriinfo: display driver name
diff --git a/PKGBUILD b/PKGBUILD
index d0cb1434b065..fd27d62b988e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=radeon-profile-git
pkgver=20161221.r13.g4385106
-pkgrel=3
+pkgrel=4
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')
+depends=('qt5-base' 'qt5-charts' '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'
'mesa-demos: for glxinfo'
'xorg-xdriinfo: display driver name'