git » kaccounts-integration.git » commit cbf683a

Update to 19.12.3

author Antonio Rojas
2020-03-05 13:35:58 UTC
committer Antonio Rojas
2020-03-05 13:35:58 UTC
parent e18994b6995dc50e31f66aa1385d17fac09ceb68

Update to 19.12.3

PKGBUILD +5 -10

diff --git a/PKGBUILD b/PKGBUILD
index c97202e..aa9f3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org> 
 
 pkgname=kaccounts-integration
-pkgver=19.12.2
-pkgrel=2
+pkgver=19.12.3
+pkgrel=1
 pkgdesc='Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
 Jabber and others'
 arch=(x86_64)
@@ -11,19 +11,14 @@ license=(GPL)
 groups=(kde-applications kdenetwork)
 depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
 makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-         kdebug-415267.patch::"https://cgit.kde.org/kaccounts-integration.git/patch/?id=2420b04e")
-sha256sums=('fefc25a7bfad2bb00462df0797ce18e28ff0a5a536ba465f856bdcfe6c8504d4'
-            'SKIP'
-            '5df8f84b9b8d5f18a352f31af5421b9baa0daa070e123c3fc08ed3c0dcc466b8')
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452b95113de5fb0d19a13ef75e229ee07b0e92cc1e7a17e9a2dc7879121d9d33'
+            'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-415267.patch # Unbreak accounts KCM
 }
 
 build() {