summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c02ec5bbe15a..bc0b1aa66038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luxcorerender-git
pkgdesc = Physically correct, unbiased rendering engine.
- pkgver = 2.6.r27.g8a048104b
+ pkgver = 2.7.beta1.r1.ga061ca97e
pkgrel = 1
epoch = 2
url = https://www.luxcorerender.org/
@@ -30,7 +30,7 @@ pkgbase = luxcorerender-git
optdepends = opencl-driver: for gpu acceleration
optdepends = pyside2: for pyluxcoretools gui
provides = luxrays
- provides = luxcorerender=2.6
+ provides = luxcorerender=2.7.beta1
conflicts = luxcorerender
options = !buildflags
source = luxcorerender::git+https://github.com/LuxCoreRender/LuxCore.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index b5fccad8524e..7e0a63edabad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _fragment=${FRAGMENT:-#branch=master}
optdepends+=("opencl-driver: for gpu acceleration")
}
# shellcheck disable=SC2015
-((DISABLE_CUDA)) && {
+((DISABLE_CUDA||DISABLE_OPENCL)) && {
CMAKE_FLAGS+=("-DLUXRAYS_DISABLE_CUDA=ON")
} || {
makedepends+=(cuda)
@@ -20,7 +20,7 @@ _fragment=${FRAGMENT:-#branch=master}
_name="luxcorerender"
pkgname=${_name}-git
-pkgver=2.6.r27.g8a048104b
+pkgver=2.7.beta1.r1.ga061ca97e
epoch=2
pkgrel=1
pkgdesc="Physically correct, unbiased rendering engine."