author | Antonio Rojas
<arojas@archlinux.org> 2021-12-12 15:20:18 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-12-12 15:20:18 UTC |
parent | 6956275f04b9556bc5a3cee1f4e3736a73f03212 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 44aeac1..33bbd2e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,21 +3,22 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kimageformats -pkgver=5.88.0 +pkgver=5.89.0 pkgrel=1 pkgdesc='Image format plugins for Qt5' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules karchive libavif openexr libheif) +makedepends=(extra-cmake-modules karchive libavif openexr libheif libjxl) optdepends=('karchive: plugin for Krita and OpenRaster images' 'libavif: AVIF format support' 'openexr: EXR format support' - 'libheif: HEIF format support') + 'libheif: HEIF format support' + 'libjxl: JPEG-XL format support') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('eee708f338fa55a5780acb6cb01dced092446f3d4f66b9e001d61fbfe2b588b5' +sha256sums=('dcee152a0b8fc0b74e657bc5e07cbeb007761555d6a2519503d4e94f49a06ed4' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>