git » ktorrent.git » commit 3971fa8

Update to 20.12.0

author Antonio Rojas
2020-12-10 13:03:26 UTC
committer Antonio Rojas
2020-12-10 13:03:26 UTC
parent 98d8b90cb4e548635654af497973b7292e707c34

Update to 20.12.0

PKGBUILD +10 -14

diff --git a/PKGBUILD b/PKGBUILD
index c641e42..ebe59cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,26 +3,22 @@
 # Contributor: Georg Grabler <ggrabler@gmail.com>
 
 pkgname=ktorrent
-pkgver=5.2.0
+pkgver=20.12.0
 pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
-depends=(libktorrent kcmutils knotifyconfig kross phonon-qt5)
-makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting kdewebkit geoip)
+depends=(libktorrent kcmutils knotifyconfig kross phonon-qt5 qt5-webengine)
+makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting geoip)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin' 'geoip: info widget plugin'
-            'syndication: syndication plugin' 'kdewebkit: search plugin, syndication plugin' 'kplotting: statistics plugin')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-         ktorrent-taglib-link.patch::"https://invent.kde.org/network/ktorrent/-/commit/f4c1c91d.patch")
-sha256sums=('d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff'
-            'SKIP'
-            '0a894fe4b7c929451c7947d00e767560a99e3d53f5d7d0ac20e5ae8347ee69ee')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius@stikonas.eu>
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../ktorrent-taglib-link.patch # Fix linking to taglib
-}
+            'syndication: syndication plugin' 'kplotting: statistics plugin')
+groups=(kde-applications kde-network)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e4b55c47ceea349e8cc248b74e27ae42c53cd48dc6bfcf416519c7bb5a399749'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
 
 build() {
   cmake -B build -S $pkgname-$pkgver \