Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ktexteditor5
Commits:
29670362 by Antonio Rojas at 2023-12-02T21:59:11+01:00
Update to 5.113.0
- - - - -
cf565448 by Antonio Rojas at 2023-12-14T22:31:49+01:00
upgpkg: 5.113.0-1: Update to 5.113.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ktexteditor5
pkgdesc = Advanced embeddable text editor
- pkgver = 5.112.0
+ pkgver = 5.113.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = ktexteditor5
optdepends = git: git integration
conflicts = ktexteditor<5.111
replaces = ktexteditor<5.111
- source =
https://download.kde.org/stable/frameworks/5.112/ktexteditor-5.112.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/5.112/ktexteditor-5.112.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/5.113/ktexteditor-5.113.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/5.113/ktexteditor-5.113.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
- sha256sums =
290e4a4cf154d6be752ea678fe0b55e14260da659474af7083b6d6d370e20c34
+ sha256sums =
ef6da8826b1d091dae5872969f6d38927da81de04551c311d53576fc1ca4cc0a
sha256sums = SKIP
pkgname = ktexteditor5
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=ktexteditor
pkgname=${_name}5
-pkgver=5.112.0
+pkgver=5.113.0
pkgrel=1
pkgdesc='Advanced embeddable text editor'
arch=(x86_64)
@@ -17,7 +17,7 @@ conflicts=("$_name<5.111")
replaces=("$_name<5.111")
groups=(kf5)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$_name-$pkgver.tar.xz{,.sig})
-sha256sums=('290e4a4cf154d6be752ea678fe0b55e14260da659474af7083b6d6d370e20c34'
+sha256sums=('ef6da8826b1d091dae5872969f6d38927da81de04551c311d53576fc1ca4cc0a'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexteditor5/-/compare/489ca7964be9cde5a9282e0b8159adfbeaaacc9d...cf565448d589b768e218fa629da7197c624a341b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexteditor5/-/compare/489ca7964be9cde5a9282e0b8159adfbeaaacc9d...cf565448d589b768e218fa629da7197c624a341b
You're receiving this email because of your account on gitlab.archlinux.org.