aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Cho2021-02-18 21:23:08 +0900
committerXavier Cho2021-02-18 21:23:08 +0900
commit711cfc80f1839edfdb736347be13c140a35510e3 (patch)
tree720571af32fcf161898fd5c5b7358f1c3d842c04
parente2e14f99aa2b03f889097ec0270797968714e104 (diff)
downloadaur-711cfc80f1839edfdb736347be13c140a35510e3.tar.gz
Use opencolorio-qfix insteadof opencolorio
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c59688c24dc2..fe0d025a155a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = upbge-git
depends = freetype2
depends = libxi
depends = openimageio-qfix
- depends = opencolorio
+ depends = opencolorio-qfix
depends = openvdb
depends = opencollada
depends = opensubdiv
diff --git a/PKGBUILD b/PKGBUILD
index e2305c1b4575..c4889e6a84b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Uchronia Project Blender Game Engine fork of Blender Game Engine"
arch=('i686' 'x86_64')
url="https://upbge.org/"
depends=('alembic' 'libgl' 'python' 'desktop-file-utils' 'hicolor-icon-theme' 'openjpeg'
- 'ffmpeg' 'fftw' 'openal' 'freetype2' 'libxi' 'openimageio-qfix' 'opencolorio'
+ 'ffmpeg' 'fftw' 'openal' 'freetype2' 'libxi' 'openimageio-qfix' 'opencolorio-qfix'
'openvdb' 'opencollada' 'opensubdiv' 'openshadinglanguage-qfix' 'libtiff' 'libpng' 'python-numpy')
optdepends=('cuda: CUDA support in Cycles'
'optix: OptiX support in Cycles'