summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 38c7f8988b4b..d9bc9a23e887 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,6 @@ arch:
# arch/aur packages
# - python
# - perl
- - python-pyside-tools
script:
# - "sudo pacman -Sy"
- "makepkg -s --noconfirm TRAVIS=1"
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')