mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/krita to 4.4.1-1
This commit is contained in:
parent
248d307344
commit
5e20e84dd9
1 changed files with 3 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
||||||
# - remove makedepend on vc
|
# - remove makedepend on vc
|
||||||
|
|
||||||
pkgname=krita
|
pkgname=krita
|
||||||
_pkgver=4.4.0
|
_pkgver=4.4.1
|
||||||
pkgver=${_pkgver/-/}
|
pkgver=${_pkgver/-/}
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="Edit and paint images"
|
pkgdesc="Edit and paint images"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://krita.org"
|
url="https://krita.org"
|
||||||
|
@ -18,10 +18,8 @@ makedepends=(extra-cmake-modules kdoctools boost eigen poppler-qt5 opencolorio p
|
||||||
optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker'
|
optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker'
|
||||||
"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
|
"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
|
||||||
'seexpr-krita: SeExpr generator layer')
|
'seexpr-krita: SeExpr generator layer')
|
||||||
conflicts=(calligra-krita krita-l10n)
|
|
||||||
replaces=(calligra-krita krita-l10n)
|
|
||||||
source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
|
source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
|
||||||
sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
|
sha256sums=('6f2daf068e4e5cef8a738ab47da443dc82ad1463090a4a1544b35201272c3817'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt <foundation@krita.org>
|
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt <foundation@krita.org>
|
||||||
'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov (main key) <dimula73@gmail.com>
|
'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov (main key) <dimula73@gmail.com>
|
||||||
|
|
Loading…
Reference in a new issue