git » krita.git » commit d8e487f

Revert to sip 4, sip 6 is not supported and we're not going to keep 5 just for Krita

author Antonio Rojas
2021-01-05 18:58:29 UTC
committer Antonio Rojas
2021-01-05 18:58:29 UTC
parent 3f6128c6dd60b36874326f7385222d68a5c6fb13

Revert to sip 4, sip 6 is not supported and we're not going to keep 5 just for Krita

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index fb867d8..102d1b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=4.4.1
 pkgver=${_pkgver/-/}
-pkgrel=7
+pkgrel=8
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org"
@@ -11,7 +11,7 @@ license=(GPL3)
 depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg qt5-multimedia quazip
          gsl libraw exiv2 openexr fftw giflib openjpeg2 hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif
-             qt5-tools sip5 kseexpr)
+             qt5-tools sip4 python-sip4 kseexpr)
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker'
             "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
             'kseexpr: SeExpr generator layer' 'kimageformats: PSD support')