git » krita.git » commit 23fc494

Update to 4.2.2

author Antonio Rojas
2019-06-24 09:59:49 UTC
committer Antonio Rojas
2019-06-24 09:59:49 UTC
parent 7d42913aa1d514a43e43ccf06c5cda85a0df7e0a

Update to 4.2.2

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index 1408874..6dea7bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux,org>
 
 pkgname=krita
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(x86_64)
@@ -14,9 +14,8 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio:
             "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('35367adde808c9460a9d6e08f80255a64d08470acbef391e56d00acc929ca9ca'
-            'SKIP')
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz") # {,.sig}
+sha256sums=('fa5a8b17ef4fd4734cf2e1dd6935243ac7e50fd375eb0d651302ce71f12af3df')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
 
 prepare() {