qbittorrent: update to 4.3.3

This commit is contained in:
lmorand
2021-01-20 11:12:23 -03:00
parent a7b23e3a30
commit 607fb3b5ea
2 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
--- qbittorrent-4.2.5/winconf.pri.orig 2020-04-27 11:02:04.415004000 +0300
+++ qbittorrent-4.2.5/winconf.pri 2020-04-27 11:02:14.649455300 +0300
@@ -9,9 +9,9 @@
# TODO: remove the following define as it is not used since libtorrent >= 1.2
DEFINES += TORRENT_DISABLE_RESOLVE_COUNTRIES
--- winconf.pri.orig 2021-01-20 10:35:15.340947500 -0300
+++ winconf.pri 2021-01-20 10:36:22.727700400 -0300
@@ -6,9 +6,9 @@
DEFINES += TORRENT_USE_LIBCRYPTO
DEFINES += TORRENT_USE_OPENSSL
-DEFINES += NTDDI_VERSION=0x06010000
-DEFINES += _WIN32_WINNT=0x0601

View File

@@ -3,8 +3,8 @@
_realname=qbittorrent
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=4.3.2
pkgrel=2
pkgver=4.3.3
pkgrel=1
pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar (mingw-w64)"
arch=('any')
url="https://qbittorrent.org/"
@@ -18,15 +18,15 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config")
source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${_realname}-${pkgver}.tar.xz"{,.asc}
001-PROCESS_CLASS_INFORMATION-require-win8.patch
002-fix-iconv-linking.patch)
sha256sums=('b58e377a26c6de91aa61a56cddc9399c52fb9c752444c761a52784943b2b8b4b'
sha256sums=('5966fdceab877fa3fedd9776a5f8ec6ce55308048e1d4a16b819d9b650dbc137'
'SKIP'
'f91a206a88eb03562a441f0f8cbbc6be85998955ce9d5b61cb49e74540df8dae'
'a89b2830259203734e30c02f40104bf2898ced576543a5b0edc559fe1884e0b4'
'72a56b5efd026b5f28c1834a41173640e6eedd4c62b2d74b622031591e442e0d')
validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer_999 <hammered999@gmail.com>
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
patch -p1 -i ${srcdir}/001-PROCESS_CLASS_INFORMATION-require-win8.patch
patch -p0 -i ${srcdir}/001-PROCESS_CLASS_INFORMATION-require-win8.patch
patch -p0 -i ${srcdir}/002-fix-iconv-linking.patch
# prepare env for mingw