* update syntax-highlighting to 6.4.0-1

This commit is contained in:
Alexander Baldeck 2024-09-12 14:21:34 +02:00
parent d34f80deec
commit d54e9bbac0
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = syntax-highlighting
pkgdesc = Syntax highlighting engine for structured text and code
pkgver = 5.249.0
pkgver = 6.4.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@ -15,11 +15,12 @@ pkgbase = syntax-highlighting
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
source = https://download.kde.org/unstable/frameworks/5.249.0/syntax-highlighting-5.249.0.tar.xz
source = https://download.kde.org/unstable/frameworks/5.249.0/syntax-highlighting-5.249.0.tar.xz.sig
source = https://download.kde.org/stable/frameworks/6.4/syntax-highlighting-6.4.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.4/syntax-highlighting-6.4.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
sha256sums = 519e6d59392434f82bbcedd7ede916494c8c49f8080b5b6708c102c474af0a49
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
sha256sums = 1f825afa7ca094937f1b8d357ae6b2cd37e58accf009290341ebada288c51505
sha256sums = SKIP
pkgname = syntax-highlighting

View File

@ -3,7 +3,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=syntax-highlighting
pkgver=6.2.0
pkgver=6.4.0
pkgrel=1
pkgdesc='Syntax highlighting engine for structured text and code'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -20,7 +20,7 @@ makedepends=(doxygen
optdepends=('qt6-declarative: QML bindings')
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('327ed58d20d52502bbfd9278fa1c9e7ab4a846159e5cf630d09fbea144ebbb7f'
sha256sums=('1f825afa7ca094937f1b8d357ae6b2cd37e58accf009290341ebada288c51505'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>