git » kdeconnect.git » commit 011b1d0

Update to 20.12.2

author Antonio Rojas
2021-02-04 12:47:27 UTC
committer Antonio Rojas
2021-02-04 12:47:27 UTC
parent 389edb53cbd83288433410cddce77c4c5357432d

Update to 20.12.2

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index ccc97fb..ca5fe00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
 
 pkgname=kdeconnect
-pkgver=20.12.1
+pkgver=20.12.2
 pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
@@ -14,10 +14,11 @@ depends=(kcmutils kwayland libfakekey qca kpeoplevcard pulseaudio-qt kirigami2 h
 makedepends=(extra-cmake-modules kdoctools)
 optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
 source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz"{,.sig})
-sha256sums=('fc15b7dba854b5ccc0fbaf1f7accb2c60ef89f311925c89e0c76c5e653182160'
+sha256sums=('21ca118b9ca7c6107c2cbedc95778f6f0ea03411f3b8d9f815660511ec0a9d71'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
 
 build() {
   cmake -B build -S $pkgname-kde-$pkgver \