summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2019-07-17 15:53:54 +0000
committerAntonio Rojas2019-07-17 15:53:54 +0000
commitb94a8e964b9311a20a4df1c9a588bd4fe6398e7a (patch)
tree0ddbab0c98c58249786563eb183df91fc49a29e6
parentdb8343576dd8795cece6cc7e0804c668645a1588 (diff)
downloadaur-b94a8e964b9311a20a4df1c9a588bd4fe6398e7a.tar.gz
Update to 0.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87f5ee274cbb..93a55edfb368 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kaidan
pkgdesc = A user-friendly XMPP client for every device
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://www.kaidan.im/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = kaidan
depends = qxmpp
depends = desktop-file-utils
depends = hicolor-icon-theme
- source = https://download.kde.org/stable/kaidan/0.4.0/kaidan-0.4.0.tar.xz
- source = https://download.kde.org/stable/kaidan/0.4.0/kaidan-0.4.0.tar.xz.sig
+ source = https://download.kde.org/stable/kaidan/0.4.1/kaidan-0.4.1.tar.xz
+ source = https://download.kde.org/stable/kaidan/0.4.1/kaidan-0.4.1.tar.xz.sig
validpgpkeys = 03C2D10DC97E5B0BEBB8F3B44663231A91A1E27B
- sha256sums = c2ec16d2acfb4c62d3eef652e492a7267124148d458321436eaf1916e8ed4d9e
+ sha256sums = a9660e2b9c9d9ac6802f7de9a8e1d29a6d552beffcafca27231682bf1038e03c
sha256sums = SKIP
pkgname = kaidan
diff --git a/PKGBUILD b/PKGBUILD
index d4598f7141cd..4640351af3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=kaidan
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A user-friendly XMPP client for every device"
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(GPL3 MIT)
depends=(knotifications kirigami2 qt5-svg qxmpp desktop-file-utils hicolor-icon-theme)
makedepends=(extra-cmake-modules)
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c2ec16d2acfb4c62d3eef652e492a7267124148d458321436eaf1916e8ed4d9e'
+sha256sums=('a9660e2b9c9d9ac6802f7de9a8e1d29a6d552beffcafca27231682bf1038e03c'
'SKIP')
validpgpkeys=(03C2D10DC97E5B0BEBB8F3B44663231A91A1E27B) # Linus Jahn <lnj@kaidan.im>