Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kaidan
Commits:
6bac0284 by Antonio Rojas at 2025-09-22T20:55:32+02:00
upgpkg: 0.13.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kaidan
pkgdesc = A user-friendly XMPP client for every device
- pkgver = 0.12.2
- pkgrel = 3
+ pkgver = 0.13.0
+ pkgrel = 1
url = https://www.kaidan.im/
arch = x86_64
license = GPL-3.0-or-later
@@ -29,11 +29,12 @@ pkgbase = kaidan
depends = qt6-multimedia
depends = qt6-positioning
depends = qt6-svg
+ depends = qtkeychain-qt6
depends = qxmpp
- source =
https://download.kde.org/unstable/kaidan/0.12.2/kaidan-0.12.2.tar.xz
- source =
https://download.kde.org/unstable/kaidan/0.12.2/kaidan-0.12.2.tar.xz.sig
+ source =
https://download.kde.org/unstable/kaidan/0.13.0/kaidan-0.13.0.tar.xz
+ source =
https://download.kde.org/unstable/kaidan/0.13.0/kaidan-0.13.0.tar.xz.sig
validpgpkeys = AE08C590A7D112C1979D068B04EFAD0F7A4D9724
- sha256sums =
807ae30f2739b395426183dfb7452f84bc055fed775b7751857e570b40f01761
+ sha256sums =
b5b76cb1e78f0edbb07bfc63e972f64ac1a8322c57fe62a0e0e1992653784b20
sha256sums = SKIP
pkgname = kaidan
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=kaidan
-pkgver=0.12.2
-pkgrel=3
+pkgver=0.13.0
+pkgrel=1
pkgdesc='A user-friendly XMPP client for every device'
arch=(x86_64)
url='https://www.kaidan.im/'
@@ -29,11 +29,12 @@ depends=(gcc-libs
qt6-multimedia
qt6-positioning
qt6-svg
+ qtkeychain-qt6
qxmpp)
makedepends=(extra-cmake-modules
qt6-tools)
source=(https://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('807ae30f2739b395426183dfb7452f84bc055fed775b7751857e570b40f01761'
+sha256sums=('b5b76cb1e78f0edbb07bfc63e972f64ac1a8322c57fe62a0e0e1992653784b20'
'SKIP')
validpgpkeys=(AE08C590A7D112C1979D068B04EFAD0F7A4D9724) # Melvin Keskin
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kaidan/-/commit/6bac02845de6d7c33b58f0c99bc151c2e7ef67ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kaidan/-/commit/6bac02845de6d7c33b58f0c99bc151c2e7ef67ca
You're receiving this email because of your account on gitlab.archlinux.org.