[arch-commits] Commit in krita/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jan 5 18:58:30 UTC 2021


    Date: Tuesday, January 5, 2021 @ 18:58:29
  Author: arojas
Revision: 405342

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

Modified:
  krita/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 18:43:31 UTC (rev 405341)
+++ PKGBUILD	2021-01-05 18:58:29 UTC (rev 405342)
@@ -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 @@
 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')



More information about the arch-commits mailing list