summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarazmista2015-11-27 18:19:39 +0100
committermarazmista2015-11-27 18:19:39 +0100
commit6c4b8c6a3979830281646d9950f6ebebb82b9cc7 (patch)
tree1754ff92561bb23906678a5ae0771d6f87e7dac5
parentd0637ffa192908fbdcca3df389365940070c4633 (diff)
downloadaur-6c4b8c6a3979830281646d9950f6ebebb82b9cc7.tar.gz
added libxkbcommon-x11 as dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d6386ebaf67..08a0b971c4e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=radeon-profile-git
pkgver=20150905
-pkgrel=2
+pkgrel=3
pkgdesc="App for display info about radeon card"
url="http://github.com/marazmista/radeon-profile"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('qt5-base')
+depends=('qt5-base' 'libxkbcommon-x11')
optdepends=('radeon-profile-daemon: system daemon for reading card info'
'lm_sensors: to show gpu temperature'
'sudo: start with root privilages without password'