summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormanjaro2019-05-26 00:52:01 +0200
committermanjaro2019-05-26 00:54:35 +0200
commit4c674f519665936cccb4aa20e1bfe47390b7f551 (patch)
tree99f3bc410bfee38cee6f76726d8d4aab72ad2edc /PKGBUILD
parentfeba749a2c3112063eaabee2b06576cef82bda7f (diff)
downloadaur-4c674f519665936cccb4aa20e1bfe47390b7f551.tar.gz
switch to `pyside2`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b356ff262c74..3e9f61d48340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://www.luxcorerender.org/"
license=('Apache')
depends=(openimageio boost-libs blosc embree glfw-x11 gtk3 oidn opencl-icd-loader)
optdepends=("opencl-driver: for gpu acceleration"
- "python-pyside: for pyluxcoretools gui")
-makedepends=(boost git doxygen cmake python-pyside-tools opencl-headers)
+ "pyside2: for pyluxcoretools gui")
+makedepends=(boost git doxygen cmake pyside2-tools opencl-headers)
conflicts=(luxrays-hg luxcorerender)
provides=(luxrays luxcorerender)
options=('!buildflags')