git » libktorrent.git » commit 4d73585

Update to 2.2.0

author Antonio Rojas
2020-06-06 19:41:10 UTC
committer Antonio Rojas
2020-06-06 19:41:10 UTC
parent 7b12ec29bcc893d244a627da31e2ec238a00229d

Update to 2.2.0

PKGBUILD +7 -13

diff --git a/PKGBUILD b/PKGBUILD
index c3c37c4..785f2a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,26 +3,20 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libktorrent
-pkgver=2.1.1
-_ktorrentver=5.1.2
-pkgrel=2
+pkgver=2.2.0
+_ktorrentver=5.2.0
+pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=(x86_64)
 url="https://www.kde.org/applications/internet/ktorrent/"
 license=(GPL2)
-depends=(kio qca-qt5)
+depends=(kio qca)
 makedepends=(extra-cmake-modules boost doxygen)
-source=("https://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig}
-         libktorrent-build-fix.patch::"https://invent.kde.org/network/libktorrent/-/commit/1e8ce6e9.patch")
-sha256sums=('5cc45c0b50a1b6b2ce64ad0384128f4ac3bc0e4a1417eb58e5e992b510fca100'
-            'SKIP'
-            '345d08c5ef0281415ec9dc185a098c47bcfc26dce1f205c814b5aae2d60310bf')
+source=("https://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('77c1ddfb0a56c40227e0624c078836a8c22bf5a2fb4a3c0cbd53ee6b174c126e'
+            'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius@stikonas.eu>
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../libktorrent-build-fix.patch
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver
   cmake --build build