summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitsunyan2019-03-26 04:37:37 +0300
committerkitsunyan2019-03-26 04:37:37 +0300
commita4c3f21d5e8d02c621041b45624ed46916e800f4 (patch)
treee6b74eb629bf1b26e489741348d0d434ab2db373
parentc15015f864e857e5c67c69bcc871ad43b885891e (diff)
downloadaur-a4c3f21d5e8d02c621041b45624ed46916e800f4.tar.gz
upgpkg: krita-minimal 4.1.8-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ba9389b5cc7..8c0d5b0f9bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = krita-minimal
pkgdesc = Edit and paint images (less KDE dependencies)
- pkgver = 4.1.7.101
+ pkgver = 4.1.8
pkgrel = 1
url = https://krita.org
arch = x86_64
@@ -42,13 +42,16 @@ pkgbase = krita-minimal
optdepends = krita-plugin-gmic: G'MIC plugin
optdepends = python-pyqt5: for the Python plugins
optdepends = libheif: HEIF filter
- provides = krita=4.1.7
+ provides = krita=4.1.8
conflicts = calligra-krita
conflicts = krita-l10n
conflicts = krita
- source = https://download.kde.org/stable/krita/4.1.7/krita-4.1.7.101.tar.gz
+ source = https://download.kde.org/stable/krita/4.1.8/krita-4.1.8.tar.gz
+ source = https://download.kde.org/stable/krita/4.1.8/krita-4.1.8.tar.gz.sig
source = replace-code.patch
- sha256sums = 5bc95baa3980b7d75eb6bf103f72344014eac7733fd8a0780a7ec87dc2826f5f
+ validpgpkeys = 05D00A8B73A686789E0A156858B9596C722EA3BD
+ sha256sums = 0476c9e2279f0ae690c2ed02e1aa9c3d491943643f9859355a02657318bd5940
+ sha256sums = SKIP
sha256sums = 3cf0c0b134687e784d66c6103b2bf78a559a0b698e746b5803a6d7419098315f
pkgname = krita-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 6fe7698f1f68..0cf393fbcff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
_pkgname=krita
pkgname="${_pkgname}-minimal"
-_pkgver=4.1.7
-pkgver=$_pkgver.101
+pkgver=4.1.8
pkgrel=1
pkgdesc='Edit and paint images (less KDE dependencies)'
arch=(x86_64)
@@ -20,12 +19,14 @@ optdepends=('poppler-qt5: PDF filter'
"krita-plugin-gmic: G'MIC plugin"
'python-pyqt5: for the Python plugins'
'libheif: HEIF filter')
-provides=("${_pkgname}=${_pkgver}")
+provides=("${_pkgname}=${pkgver}")
conflicts=(calligra-krita krita-l10n "${_pkgname}")
-source=("https://download.kde.org/stable/krita/$_pkgver/${_pkgname}-$pkgver.tar.gz"
+source=("https://download.kde.org/stable/krita/$pkgver/${_pkgname}-$pkgver.tar.gz"{,.sig}
'replace-code.patch')
-sha256sums=('5bc95baa3980b7d75eb6bf103f72344014eac7733fd8a0780a7ec87dc2826f5f'
+sha256sums=('0476c9e2279f0ae690c2ed02e1aa9c3d491943643f9859355a02657318bd5940'
+ 'SKIP'
'3cf0c0b134687e784d66c6103b2bf78a559a0b698e746b5803a6d7419098315f')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
prepare() {
mkdir -p build