summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2020-08-28 11:19:42 +0200
committerAntonio Rojas2020-08-28 11:19:42 +0200
commitb3fc76d0c607e06b8948be34462d56e56b36410b (patch)
tree83659dc669090694131de94121e4e7e32f182f6d
parent518b77ad1533ad5b1ddb1f0dfecd4a68ef388379 (diff)
downloadaur-b3fc76d0c607e06b8948be34462d56e56b36410b.tar.gz
Update to 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3578e03dd9c..7e4a1daad7ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kaidan
pkgdesc = A user-friendly XMPP client for every device
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://www.kaidan.im/
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = kaidan
depends = qxmpp
depends = zxing-cpp
depends = hicolor-icon-theme
- source = https://download.kde.org/stable/kaidan/0.5.0/kaidan-0.5.0.tar.xz
+ source = https://download.kde.org/unstable/kaidan/0.6.0/kaidan-0.6.0.tar.xz
validpgpkeys = 03C2D10DC97E5B0BEBB8F3B44663231A91A1E27B
- sha256sums = 0f1d267d9c6001a26056789aa521bd5b0e36eea39dff95d4f33dbcd3e5257247
+ sha256sums = 7b9008b9fcb5ff2de47ac40eaf64c97a5652e756f0eb32306f6ad1320ce52ee7
pkgname = kaidan
diff --git a/PKGBUILD b/PKGBUILD
index 25a749b10545..36f4e8cbdb71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=kaidan
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="A user-friendly XMPP client for every device"
arch=(x86_64)
@@ -9,8 +9,8 @@ url="https://www.kaidan.im/"
license=(GPL3 MIT)
depends=(knotifications kirigami2 qt5-location qt5-svg qxmpp zxing-cpp hicolor-icon-theme)
makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz") # {,.sig}
-sha256sums=('0f1d267d9c6001a26056789aa521bd5b0e36eea39dff95d4f33dbcd3e5257247')
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz") # {,.sig}
+sha256sums=('7b9008b9fcb5ff2de47ac40eaf64c97a5652e756f0eb32306f6ad1320ce52ee7')
validpgpkeys=(03C2D10DC97E5B0BEBB8F3B44663231A91A1E27B) # Linus Jahn <lnj@kaidan.im>
prepare() {