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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jan 21 21:50:59 UTC 2022


    Date: Friday, January 21, 2022 @ 21:50:59
  Author: arojas
Revision: 434892

Readd krita-plugin-gmic optdepend

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 21:02:31 UTC (rev 434891)
+++ PKGBUILD	2022-01-21 21:50:59 UTC (rev 434892)
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=5.0.2
 pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc='Edit and paint images'
 arch=(x86_64)
 url='https://krita.org'
@@ -14,7 +14,8 @@
              qt5-tools sip kseexpr libmypaint)
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
             'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
-            'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 'libmypaint: support for MyPaint brushes')
+            'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 'libmypaint: support for MyPaint brushes'
+            'krita-plugin-gmic: GMic plugin')
 source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig})
 sha256sums=('e6751fc7eb504977a4880a376ebbd3995c87dad154486084e82397e65d499cbf'
             'SKIP')



More information about the arch-commits mailing list