summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eef69dc86a3..19a963e36b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Mar 12 23:29:41 UTC 2017
+# Wed Mar 29 20:07:15 UTC 2017
pkgbase = radeon-profile-git
pkgdesc = App for display info about radeon card
pkgver = 20161221.r13.g4385106
@@ -19,6 +19,7 @@ pkgbase = radeon-profile-git
optdepends = xorg-xdriinfo: display driver name
optdepends = xorg-xrandr: show card connected outputs
optdepends = xf86-video-ati: radeon open source driver
+ optdepends = xf86-video-amdgpu: amdgpu open source driver
provides = radeon-profile
replaces = radeon-profile
source = git+https://github.com/marazmista/radeon-profile.git
diff --git a/PKGBUILD b/PKGBUILD
index 4e5ba53c5a59..5e3a3806d306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ optdepends=('radeon-profile-daemon: system daemon for reading card info'
'mesa-demos: for glxinfo'
'xorg-xdriinfo: display driver name'
'xorg-xrandr: show card connected outputs'
- 'xf86-video-ati: radeon open source driver')
+ 'xf86-video-ati: radeon open source driver'
+ 'xf86-video-amdgpu: amdgpu open source driver')
provides=('radeon-profile')
replaces=('radeon-profile')
source=("git+https://github.com/marazmista/radeon-profile.git")