summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2021-05-29 09:00:07 +0200
committerAntonio Rojas2021-05-29 09:00:07 +0200
commitdbd9f7cd9d0df213d5956ce96af6b4fa2edfae2d (patch)
treec53003a5ceaf2187ca6756a80108648e964f896c
parent767e987b6dd57e18d9f27da16757cd1dc1075155 (diff)
downloadaur-dbd9f7cd9d0df213d5956ce96af6b4fa2edfae2d.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2381ee4fe6..cc1ffbf06dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kaidan
pkgdesc = A user-friendly XMPP client for every device
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://www.kaidan.im/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = kaidan
depends = qxmpp
depends = zxing-cpp
depends = hicolor-icon-theme
- source = https://download.kde.org/unstable/kaidan/0.7.0/kaidan-0.7.0.tar.xz
- source = https://download.kde.org/unstable/kaidan/0.7.0/kaidan-0.7.0.tar.xz.sig
+ source = https://download.kde.org/unstable/kaidan/0.8.0/kaidan-0.8.0.tar.xz
+ source = https://download.kde.org/unstable/kaidan/0.8.0/kaidan-0.8.0.tar.xz.sig
validpgpkeys = 03C2D10DC97E5B0BEBB8F3B44663231A91A1E27B
- sha256sums = d56b3c927505adbbe343aa0858599bdbb5322a3ac2bb61dbadffa19428b2304f
+ sha256sums = a7e772dc7abab565fdf9a7bdaf575a6229bdd509de0891079a83bd32766bb1a4
sha256sums = SKIP
pkgname = kaidan
diff --git a/PKGBUILD b/PKGBUILD
index 8d0ef80fa14e..d268399ce811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=kaidan
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
-pkgdesc="A user-friendly XMPP client for every device"
+pkgdesc='A user-friendly XMPP client for every device'
arch=(x86_64)
-url="https://www.kaidan.im/"
+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/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d56b3c927505adbbe343aa0858599bdbb5322a3ac2bb61dbadffa19428b2304f'
+source=(https://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a7e772dc7abab565fdf9a7bdaf575a6229bdd509de0891079a83bd32766bb1a4'
'SKIP')
validpgpkeys=(03C2D10DC97E5B0BEBB8F3B44663231A91A1E27B) # Linus Jahn <lnj@kaidan.im>