author | Antonio Rojas
<arojas@archlinux.org> 2023-01-05 13:08:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-01-05 13:08:13 UTC |
parent | 83d523e66840c02a592a1b7dd9a40305046e9f9f |
PKGBUILD | +5 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 7415699..1ec560b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,28 +3,22 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=libkdcraw -pkgver=22.12.0 -pkgrel=2 +pkgver=22.12.1 +pkgrel=1 pkgdesc='A C++ interface used to decode RAW picture' url='https://www.kde.org/' arch=(x86_64) license=(GPL LGPL FDL) depends=(qt5-base libraw) makedepends=(extra-cmake-modules) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig} - libkdcraw-libraw-0.21.patch) -sha256sums=('e609cbafe53d7e79ed0674bdb514a42c36b8a8984cfd49348d24b3bce163c164' - 'SKIP' - '73afee3d0d6a50b809fa9370a4505ba44c35f9d9ea69aab878ca28b932549488') +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('8b0a71937f7ed4926c2c047e0bd36001e5e98f52b1cf633d8bfbe4e4eeac65eb' + 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org> options=(debug) -prepare() { - patch -d $pkgname-$pkgver -p1 < libkdcraw-libraw-0.21.patch # Fix build with libraw 0.21 -} - build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF