author | Antonio Rojas
<arojas@archlinux.org> 2022-01-21 21:50:59 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-21 21:50:59 UTC |
parent | 71ae83e560c435f9e4c537ad010ee81e000e5128 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 2753616..3c4d692 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 @@ makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 python-pyq 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')