git » okular.git » commit 453247b

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 02ecc2c77e1f42e1d22b1becbae124b2e812da06

Update to 21.12.2, add debug symbols

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 2c32a15..094621f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=okular
-pkgver=21.12.1
+pkgver=21.12.2
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=(x86_64)
@@ -17,12 +17,12 @@ optdepends=('ebook-tools: mobi and epub support'
             'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP support'
             'unrar: Comic Book Archive support' 'unarchiver: Comic Book Archive support (alternative)')
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('04bd61cec2b794cce0f6381cf7c4db7778a8cefc5716d8a4bfd3efaafd212ba1'
+sha256sums=('69c39e8b5f9a1c24bfe57dc27a4073d3a72a3cbdd548e00e83fa8d33a1e70bcc'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
-options=(!zipman)
+options=(debug !zipman)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \