aboutsummaryrefslogtreecommitdiffstats
path: root/testing/osl/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-03-12 19:01:33 +0100
committerRasmus Thomsen <oss@cogitri.dev>2021-03-12 19:13:23 +0100
commit37e8a76e6165ba60c04cf7d82f69212552ccce4f (patch)
treef3f99470d8c1d4e904b37a475adf496e4e3148df /testing/osl/APKBUILD
parent15afab0818a9f48458c8df078916d4927974f7af (diff)
testing/osl: rebuild against LLVM11
Diffstat (limited to 'testing/osl/APKBUILD')
-rw-r--r--testing/osl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/osl/APKBUILD b/testing/osl/APKBUILD
index 4bb6fd997d1..29a6a79a060 100644
--- a/testing/osl/APKBUILD
+++ b/testing/osl/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Damian Kurek <starfire24680@gmail.com>
pkgname=osl
pkgver=1.11.11.0
-pkgrel=0
+pkgrel=1
pkgdesc="Advanced shading language for production GI renderers"
options="!check" # All tests fail
url="https://opensource.imageworks.com/osl.html"
arch="all !armv7 !armhf !s390x !mips64" # openimageio
license="BSD-3-Clause"
-_llvmver=10
+_llvmver=11
makedepends="openexr-dev zlib-dev cmake boost-dev openimageio-dev pugixml-dev
llvm$_llvmver-dev bison flex-dev py3-pybind11-dev clang-dev qt5-qtbase-dev
python3-dev"