From 5c105cfac4dc26ec1946e38744b82aaa7043ddc0 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 13 Jan 2021 23:47:16 +0200 Subject: [PATCH 1/2] libktorrent: update to 20.12.1. --- srcpkgs/libktorrent/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libktorrent/template b/srcpkgs/libktorrent/template index 4bfa0e7a673..4e678c889fb 100644 --- a/srcpkgs/libktorrent/template +++ b/srcpkgs/libktorrent/template @@ -1,17 +1,17 @@ # Template file for 'libktorrent' pkgname=libktorrent -version=2.2.0 +version=20.12.1 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules gettext qt5-host-tools qt5-qmake python doxygen" +hostmakedepends="extra-cmake-modules gettext qt5-host-tools qt5-qmake python3 doxygen" makedepends="qt5-devel karchive-devel ksolid-devel kio-devel ki18n-devel kcrash-devel gmp-devel qca-qt5-devel" short_desc="BitTorrent protocol implementation" maintainer="Orphaned " license="GPL-2.0-or-later" -homepage="http://ktorrent.pwsp.net" +homepage="https://apps.kde.org/en/ktorrent" distfiles="https://github.com/KDE/libktorrent/archive/v${version}.tar.gz" -checksum=c6f684611f1af6805b7e8caf022288cf6751df6da05ba261013435846b5de006 +checksum=46ed4ebe64d19aa51ec4a6ee99bc1816fe59a76805c17643a1e5589c0dbeb5dd if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kcoreaddons" From 94ccd7f76c0ed12dffa94b75dddca94e3415fa14 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 13 Jan 2021 23:47:19 +0200 Subject: [PATCH 2/2] ktorrent: update to 20.12.1. --- srcpkgs/ktorrent/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ktorrent/template b/srcpkgs/ktorrent/template index 77209881a1c..aa9705cfabb 100644 --- a/srcpkgs/ktorrent/template +++ b/srcpkgs/ktorrent/template @@ -1,6 +1,6 @@ # Template file for 'ktorrent' pkgname=ktorrent -version=5.2.0 +version=20.12.1 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake gettext" @@ -13,8 +13,8 @@ short_desc="BitTorrent client based on the KDE platform" maintainer="Norbert Vegh " license="GPL-2.0-or-later" homepage="https://www.kde.org/applications/internet/ktorrent" -distfiles="${KDE_SITE}/ktorrent/${version}/ktorrent-${version}.tar.xz" -checksum=d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff +distfiles="https://github.com/KDE/ktorrent/archive/v${version}.tar.gz" +checksum=abbe35419495ca9e03b58f0d888c7ce4d23fedcabbe9490839999fddd05a3296 if [ "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"