[arch-commits] Commit in okteta/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 22 17:12:46 UTC 2022


    Date: Tuesday, February 22, 2022 @ 17:12:45
  Author: arojas
Revision: 437959

Update to 0.26.7, enable debug symbols

Modified:
  okteta/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 16:57:40 UTC (rev 437958)
+++ PKGBUILD	2022-02-22 17:12:45 UTC (rev 437959)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=okteta
-pkgver=0.26.6
+pkgver=0.26.7
 pkgrel=1
 epoch=1
 pkgdesc='KDE hex editor for viewing and editing the raw data of files'
@@ -13,10 +13,12 @@
 depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
 source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('c569cd5b55503e46df1a5b5c9162b08888c426aa52c6f3f2f926c658bee0144c'
+sha256sums=('f123b55690d6cf5f547e9a5db738a26729a82e7bd02cc0002238ce4d9fd530e3'
             'SKIP')
 validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474  # Friedrich W. H. Kossebau <kossebau at kde.org>
-              0A48BC961075B4BA8523E3790A345FB086E797D9) # https://share.kde.org/s/8dKaJTw8pR8iiwJ
+              0A48BC961075B4BA8523E3790A345FB086E797D9  # https://share.kde.org/s/8dKaJTw8pR8iiwJ
+              E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4) # https://collaborate.kde.org/s/DsLy35eqG6qH7MJ
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list