summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-07-07 18:29:55 -0300
committerTércio Martins2022-07-07 18:29:55 -0300
commitbdc0e2e0ea5b742dab46116ae19de8dfa104b60c (patch)
treed35eb0cd3e6cf66600ff8e6ec71c30e5d11e88fd
parentc5aba60b0d0c6eedcce1c8f771e4c325e802d5ec (diff)
downloadaur-bdc0e2e0ea5b742dab46116ae19de8dfa104b60c.tar.gz
Upgrade PySide to Python 3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 623f4da22085..efae55e28593 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = natron-compositor
depends = boost-libs
depends = cairo
depends = glfw-x11
- depends = python2-pyside
+ depends = python-pyside
optdepends = openfx-arena: Extra OpenFX plugins for Natron
optdepends = openfx-gmic: OpenFX wrapper for the GMIC framework
optdepends = openfx-io: Readers/Writers plugins
diff --git a/PKGBUILD b/PKGBUILD
index 4b385bbb1fa1..d2621cbd1f8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgdesc="Open source compositing software"
arch=('x86_64')
url="https://natrongithub.github.io/"
license=('GPL')
-depends=('boost-libs' 'cairo' 'glfw-x11' 'python2-pyside')
+depends=('boost-libs' 'cairo' 'glfw-x11' 'python-pyside')
makedepends=('boost' 'expat' 'openmp')
optdepends=('openfx-arena: Extra OpenFX plugins for Natron'
'openfx-gmic: OpenFX wrapper for the GMIC framework'