summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarazmista2017-01-29 19:16:00 +0100
committermarazmista2017-01-29 19:16:00 +0100
commit08e9c4d02ff6dc7f238d18ed5f268d532bd64a9e (patch)
tree8388f6eee65a6e44d3a100195de511fe132266d7
parented0b7623d898d02bd112784700b0f5823a750605 (diff)
downloadaur-08e9c4d02ff6dc7f238d18ed5f268d532bd64a9e.tar.gz
updated dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f00edfd9e4dd..5776085dbd97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Oct 3 20:38:20 UTC 2016
-pkgbase = radeon-profile-daemon-git
+# Sun Jan 29 18:15:08 UTC 2017
+pkgbase = radeon-profile-daemon
pkgdesc = System daemon for radeon-profile
pkgver = 20161003.r0.gda49107
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/marazmista/radeon-profile-daemon
arch = i686
arch = x86_64
license = GPL2
depends = qt5-base
- depends = xf86-video-ati
depends = radeon-profile
+ optdepends = xf86-video-ati: radeon driver
+ optdepends = xf86-video-amdgpu: amdgpu driver
provides = radeon-profile-daemon
replaces = radeon-profile-daemon
source = git+https://github.com/marazmista/radeon-profile-daemon.git
diff --git a/PKGBUILD b/PKGBUILD
index 2c32bf4a9c76..eec9538b0cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
pkgname=radeon-profile-daemon-git
pkgbase=radeon-profile-daemon
pkgver=20161003.r0.gda49107
-pkgrel=1
+pkgrel=2
pkgdesc="System daemon for radeon-profile"
url="http://github.com/marazmista/radeon-profile-daemon"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('qt5-base' 'xf86-video-ati' 'radeon-profile')
+depends=('qt5-base' 'radeon-profile')
+optdepends=('xf86-video-ati: radeon driver'
+ 'xf86-video-amdgpu: amdgpu driver')
provides=('radeon-profile-daemon')
replaces=('radeon-profile-daemon')
source=('git+https://github.com/marazmista/radeon-profile-daemon.git')