Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
syntax-highlighting
Commits:
c357d5c9 by Antonio Rojas at 2024-09-15T18:28:27+02:00
upgpkg: 6.6.0-1: Update to 6.6.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = syntax-highlighting
pkgdesc = Syntax highlighting engine for structured text and code
- pkgver = 6.5.0
+ pkgver = 6.6.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = syntax-highlighting
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source =
https://download.kde.org/stable/frameworks/6.5/syntax-highlighting-6.5.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/6.5/syntax-highlighting-6.5.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/6.6/syntax-highlighting-6.6.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/6.6/syntax-highlighting-6.6.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
- sha256sums =
3e1883dd51a3267e56cd3ace38620094a15ae6dbaecdd18d33b7d4fa2f18c378
+ sha256sums =
bf946d2606ef293949a51a7446f150954e2f78193ff5461b4abd198939b9f1b6
sha256sums = SKIP
pkgname = syntax-highlighting
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=syntax-highlighting
-pkgver=6.5.0
+pkgver=6.6.0
pkgrel=1
pkgdesc='Syntax highlighting engine for structured text and code'
arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(doxygen
optdepends=('qt6-declarative: QML bindings')
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3e1883dd51a3267e56cd3ace38620094a15ae6dbaecdd18d33b7d4fa2f18c378'
+sha256sums=('bf946d2606ef293949a51a7446f150954e2f78193ff5461b4abd198939b9f1b6'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting/-/commit/c357d5c9c894f3e406c5adc1e647683ddd072042
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting/-/commit/c357d5c9c894f3e406c5adc1e647683ddd072042
You're receiving this email because of your account on gitlab.archlinux.org.