diff --git a/net-p2p/qbittorrent/patches/qbittorrent-4.3.0.patchset b/net-p2p/qbittorrent/patches/qbittorrent-4.3.1.patchset similarity index 97% rename from net-p2p/qbittorrent/patches/qbittorrent-4.3.0.patchset rename to net-p2p/qbittorrent/patches/qbittorrent-4.3.1.patchset index fc7c5f072..7c8057dc7 100644 --- a/net-p2p/qbittorrent/patches/qbittorrent-4.3.0.patchset +++ b/net-p2p/qbittorrent/patches/qbittorrent-4.3.1.patchset @@ -28,7 +28,7 @@ index d8f9035..8067284 100644 From e9b5592aa8e63d0eb3b5a0a05066cc0be03e960d Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 21 Oct 2020 08:39:36 +1000 -Subject: Disable HighDPI for Haiku +Subject: Disable HighDPI on Haiku diff --git a/src/app/main.cpp b/src/app/main.cpp diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.0.recipe b/net-p2p/qbittorrent/qbittorrent-4.3.1.recipe similarity index 94% rename from net-p2p/qbittorrent/qbittorrent-4.3.0.recipe rename to net-p2p/qbittorrent/qbittorrent-4.3.1.recipe index 1847f4c56..8c1418df9 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.3.0.recipe +++ b/net-p2p/qbittorrent/qbittorrent-4.3.1.recipe @@ -9,9 +9,9 @@ qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library." HOMEPAGE="https://www.qbittorrent.org/" COPYRIGHT="2006-2020 The qBittorrent project" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/qbittorrent/qBittorrent/archive/release-$portVersion.tar.gz" -CHECKSUM_SHA256="d4667c07cf75107ade606714f44de6e7fc2049d2b08c889ce21a93f95e9573a1" +CHECKSUM_SHA256="4428ed710cfbcc48e75c4cdb014b803ea3f67311f55f4cba0d148987986bd6c8" SOURCE_DIR="qBittorrent-release-$portVersion" PATCHES="qbittorrent-$portVersion.patchset" ADDITIONAL_FILES="qbittorrent.rdef.in" @@ -59,10 +59,10 @@ BUILD_PREREQUIRES=" cmd:cut cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:lrelease$secondaryArchSuffix >= 5 + cmd:lrelease$secondaryArchSuffix cmd:make cmd:pkg_config$secondaryArchSuffix - cmd:qmake$secondaryArchSuffix >= 5 + cmd:qmake$secondaryArchSuffix " BUILD()