summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-04-16 07:22:33 +0200
committerbartus2019-04-16 07:22:33 +0200
commitd59586f047913b7ac66b4902163db67cc411ba9e (patch)
tree734a4988de2e71ee80a142d27425005c825a4a18 /PKGBUILD
parentb1dcaccf190903193e79ad39ed139185203fff00 (diff)
downloadaur-d59586f047913b7ac66b4902163db67cc411ba9e.tar.gz
update to pyside2
fix #1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7b98fd92fd0..64c416c89807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ url="https://www.luxcorerender.org/"
license=('Apache')
depends=(oidn openimageio boost blosc embree glfw-x11 gtk3 opencl-icd-loader)
optdepends=("opencl-driver: for gpu acceleration"
- "python-pyside: for pyluxcoretools gui")
-makedepends=(git doxygen cmake python-pyside-tools opencl-headers)
+ "pyside2: for pyluxcoretools gui")
+makedepends=(git doxygen cmake pyside2-tools opencl-headers)
conflicts=(luxrays-hg)
provides=(luxrays)
source=("https://github.com/LuxCoreRender/LuxCore/archive/${pkgname}_v${_pkgver}.tar.gz"