From 7125324e695340848cbe6baf40cada73d2a67ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 19 Dec 2017 06:41:01 +0100 Subject: [PATCH] qbittorrent: update to 4.0.3 --- srcpkgs/qbittorrent/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 99ae36640b6..ca7ddb1f85b 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.0.2 -revision=2 +version=4.0.3 +revision=1 build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools" makedepends="libtorrent-rasterbar-devel qt5-declarative-devel qt5-svg-devel" @@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=09240274036be42328131602cd69e12bac909031b0b827c1168ae305d67bbac3 +checksum=9a03b84e6d2ac81a0add84a7946033ff9ea854de49252069e478b9f6efce6bd2 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"