summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2016-05-08 20:30:03 +0200
committerChristoph Haag2016-05-08 20:30:03 +0200
commit146f37373b4458d03080d30d0c47d0615fc22c70 (patch)
treea3a77b575e406f5b86c166a561026da4349aad9f
parentbca821a85c1796b578dc1d8087f5a524baee464c (diff)
downloadaur-146f37373b4458d03080d30d0c47d0615fc22c70.tar.gz
add driconf dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcca7c1c9e12..2bdd0932218a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = prime-gpuchooser
license = GPL
depends = python-pyqt5
depends = mesa-demos
+ depends = driconf
source = git+https://github.com/ChristophHaag/gpuchooser.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 41b8be61277b..6ad2a4af3d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="A graphical tool to choose the GPU used for 3D rendering with PRIME. Re
arch=('any')
url="https://github.com/ChristophHaag/gpuchooser"
license=('GPL')
-depends=('python-pyqt5' 'mesa-demos')
+depends=('python-pyqt5' 'mesa-demos' 'driconf')
source=("git+https://github.com/ChristophHaag/gpuchooser.git")
md5sums=("SKIP")