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

Bruno Pagani archange at archlinux.org
Tue Jun 5 23:40:45 UTC 2018


    Date: Tuesday, June 5, 2018 @ 23:40:41
  Author: archange
Revision: 340687

Switch dependency to embree2

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 23:29:13 UTC (rev 340686)
+++ PKGBUILD	2018-06-05 23:40:41 UTC (rev 340687)
@@ -5,12 +5,12 @@
 pkgname=luxrender
 pkgver=1.6
 _pkgver=b3f85cf7742f
-pkgrel=14
+pkgrel=15
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('x86_64')
 url="http://www.luxrender.net/"
 license=('GPL')
-depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 'opencl-icd-loader' 'libgl' 'fftw')
+depends=('boost-libs' 'embree2' 'freeimage' 'openexr' 'openimageio' 'libpng' 'opencl-icd-loader' 'libgl' 'fftw')
 optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI'
             'python: pylux Python interface')
 makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 'opencl-headers')



More information about the arch-commits mailing list