git » libkexiv2.git » commit bab43c8

Update to 21.12.2, add debug symbols

author Antonio Rojas
2022-02-03 10:13:51 UTC
committer Antonio Rojas
2022-02-03 10:13:51 UTC
parent 34e607ef5588de5f46a6d9069529cbc974f9d3f1

Update to 21.12.2, add debug symbols

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index ad79e33..7c01649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkexiv2
-pkgver=21.12.1
+pkgver=21.12.2
 pkgrel=1
 pkgdesc='A library to manipulate pictures metadata'
 url='https://www.kde.org/'
@@ -12,11 +12,12 @@ license=(GPL LGPL FDL)
 depends=(qt5-base exiv2)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ab30b86ad489faf1feea2949c74844c6d3f4c46219974b924e157bae2012aafb'
+sha256sums=('073d9db302734c70ce05f189dcabe14dfe9abe05d9dc89263d580c2af80d37c8'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \