summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukáš Jirkovský2017-03-27 19:47:08 +0200
committerLukáš Jirkovský2017-03-27 19:47:08 +0200
commitc1aaef8122562ab1c8072727ebe4eff9173b14dc (patch)
tree6255b4c8c111fac4d58e0a994952c5ab888fc5a1 /PKGBUILD
parent52f5ba2d4d03af2cd2f7efbfc6885b5ac0c71159 (diff)
downloadaur-c1aaef8122562ab1c8072727ebe4eff9173b14dc.tar.gz
cleanup optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31c2de3da961..1300dc711b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: Alex Combas <alex.combas@gmail.com>
pkgname=luxrays-hg
-pkgver=3744.49dbe03e39d0
+pkgver=3748+.6941cfd544c4+
pkgrel=1
pkgdesc="Accelerate the ray intersection process by using GPUs"
arch=('x86_64')
@@ -10,11 +10,9 @@ license=('GPL')
depends=('embree-bvh_build-git' 'opencl-icd-loader' 'libgl' 'openimageio')
makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 'opencl-headers' 'glew' 'freeglut'
'mercurial')
-optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
- 'amdapp-sdk: OpenCL support for AMD GPUs' \
- 'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+optdepends=('opencl-driver: OpenCL support' \
'glew: demos (SmallLuxGPU etc.)' \
- 'gtk3: luxcoreui'
+ 'gtk3: luxcoreui' \
'freeglut: demos (SmallLuxGPU etc.)' \
'boost-libs: demos (SmallLuxGPU etc.)')
options=('staticlibs')