author | Antonio Rojas
<arojas@archlinux.org> 2021-03-23 16:51:54 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-03-23 16:51:54 UTC |
parent | 6fd60a1035fa66f9a9a305caa75910ce48e44dfe |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 40df113..f6fa4a7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Antonio Rojas <arojas@archlinux,org> pkgname=krita -_pkgver=4.4.2 +_pkgver=4.4.3 pkgver=${_pkgver/-/} -pkgrel=2 +pkgrel=1 pkgdesc="Edit and paint images" arch=(x86_64) url="https://krita.org" @@ -15,8 +15,9 @@ makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolori optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio1: 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') -source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz") -sha256sums=('9696aec56e759f3e1c22952ca17efdcac97003239f515f570ad9f07e36cb9792') +source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig}) +sha256sums=('d4062323c2237ab9195c0b8bce1a69e30bd6fd10fadbad6395c27211d9878f67' + 'SKIP') validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt <foundation@krita.org> 'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov (main key) <dimula73@gmail.com>