Date: Tuesday, June 26, 2018 @ 07:56:22 Author: arojas Revision: 327569
Update to 4.1.0 Modified: krita/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-26 07:47:07 UTC (rev 327568) +++ PKGBUILD 2018-06-26 07:56:22 UTC (rev 327569) @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas <arojas@archlinux,org> pkgname=krita -pkgver=4.0.4 +pkgver=4.1.0 pkgrel=1 pkgdesc="Edit and paint images" arch=(x86_64) @@ -9,13 +9,13 @@ url="https://krita.org" license=(GPL3) depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib qt5-declarative hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5) +makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif) 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') + "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=('f3d3f27873381897dcbf84b68497812cdbe5ae1bb49eb3826be13cd568577a7c' +sha256sums=('78792df8165b986b806dcf9960a2679f683f2263e06f3ad5a24b0f78d8f27ed5' 'SKIP') validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <[email protected]>
