mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/krita to 4.1.5-1
This commit is contained in:
parent
46d34f9cf1
commit
6009fdabab
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# - remove makedepend on vc
|
||||
|
||||
pkgname=krita
|
||||
pkgver=4.1.3
|
||||
pkgver=4.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="Edit and paint images"
|
||||
arch=(x86_64)
|
||||
|
@ -16,8 +16,9 @@ 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} No public key
|
||||
sha256sums=('bdbd867423f4823f5271fc9ce34ee05b653d4f95414d65fb055f94a27b33a434')
|
||||
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||
sha256sums=('83b5c14a49439313cbd37187ee0edbc98b55b23b43b4ce3a1160d53964ea9138'
|
||||
'SKIP')
|
||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue