diff --git a/srcpkgs/qbittorrent/patches/fix-disable_webui.patch b/srcpkgs/qbittorrent/patches/fix-disable_webui.patch deleted file mode 100644 index b38de8bf614..00000000000 --- a/srcpkgs/qbittorrent/patches/fix-disable_webui.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/app/application.cpp 2017-11-22 00:27:07.000000000 +0100 -+++ src/app/application.cpp 2017-11-22 14:14:11.317317738 +0100 -@@ -105,7 +105,9 @@ - , m_running(false) - , m_shutdownAct(ShutdownDialogAction::Exit) - , m_commandLineArgs(parseCommandLine(this->arguments())) -+#ifndef DISABLE_WEBUI - , m_webui(nullptr) -+#endif - { - qRegisterMetaType("Log::Msg"); - diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 19227401676..bb7cf5307cb 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.0.1 +version=4.0.2 revision=1 build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools" @@ -10,7 +10,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=e30ff8b5088861467490a16dcc5988e72e2dfbd2fc3a4fd1a43941a8ca411e4e +checksum=09240274036be42328131602cd69e12bac909031b0b827c1168ae305d67bbac3 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"