summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-07-12 07:25:13 +0200
committerbartus2018-07-12 07:25:13 +0200
commit5dfb13f1f794e127b4f770317baa67fd13f19f94 (patch)
treea9d4366958351d6a92ef923fe116f6b849ac3275
parentb1915a1a97f3a3946099d312012e5e37899396a6 (diff)
downloadaur-5dfb13f1f794e127b4f770317baa67fd13f19f94.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d12c609fc1..14a59dc05f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = luxcorerender
depends = glfw-x11
depends = gtk3
depends = opencl-icd-loader
- optdepends = opencl-dirver: for gpu acceleration
+ optdepends = opencl-driver: for gpu acceleration
optdepends = python-pyside: for pyluxcoretools gui
provides = luxrays
conflicts = luxrays-hg
diff --git a/PKGBUILD b/PKGBUILD
index b27a8b21a277..5ab3747a4c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://www.luxcorerender.org/"
license=('Apache')
depends=(openimageio boost blosc embree glfw-x11 gtk3 opencl-icd-loader)
-optdepends=("opencl-dirver: for gpu acceleration"
+optdepends=("opencl-driver: for gpu acceleration"
"python-pyside: for pyluxcoretools gui")
makedepends=(git doxygen cmake python-pyside-tools opencl-headers)
conflicts=(luxrays-hg)