summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2022-08-08 20:49:13 -0300
committerTércio Martins2022-08-08 20:49:13 -0300
commit8a9fa2ae9ff03edc934150d61e321660c42a6380 (patch)
treede22fc0c814a3704794e75d27aa5b842503f9f70 /PKGBUILD
parentbdc0e2e0ea5b742dab46116ae19de8dfa104b60c (diff)
downloadaur-8a9fa2ae9ff03edc934150d61e321660c42a6380.tar.gz
Reverting the Python version used by the PySide library (build only works with Python 2)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2621cbd1f8a..93b5fe016365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@ _tinydir_commit=64fb1d4376d7580aa1013fdbacddbbeba67bb085
pkgname=natron-compositor
pkgver=2.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Open source compositing software"
arch=('x86_64')
url="https://natrongithub.github.io/"
license=('GPL')
-depends=('boost-libs' 'cairo' 'glfw-x11' 'python-pyside')
+depends=('boost-libs' 'cairo' 'glfw-x11' 'python2-pyside')
makedepends=('boost' 'expat' 'openmp')
optdepends=('openfx-arena: Extra OpenFX plugins for Natron'
'openfx-gmic: OpenFX wrapper for the GMIC framework'