[arch-commits] Commit in luxrays/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Jun 5 23:09:41 UTC 2018


    Date: Tuesday, June 5, 2018 @ 23:09:41
  Author: archange
Revision: 340676

Switch dependency to embree2

Modified:
  luxrays/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 23:02:03 UTC (rev 340675)
+++ PKGBUILD	2018-06-05 23:09:41 UTC (rev 340676)
@@ -3,12 +3,12 @@
 pkgname='luxrays'
 pkgver=1.6
 _pkgver=61352e6aae3f
-pkgrel=17
+pkgrel=18
 pkgdesc="Accelerate the ray intersection process by using GPUs"
 arch=('x86_64')
 url="http://www.luxrender.net/"
 license=('GPL')
-depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
+depends=('embree2' 'opencl-icd-loader' 'libgl' 'openimageio')
 makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 'opencl-headers' 'glew' 'freeglut')
 optdepends=('glew: demos (SmallLuxGPU etc.)'
             'gtk3: luxcoreui'



More information about the arch-commits mailing list