From e17b548bf3d9ee09b7ce5ccee42885ef9dc9c7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Mon, 12 Feb 2024 11:15:20 +0100 Subject: [PATCH] fix type --- mingw-w64-qbittorrent/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-qbittorrent/PKGBUILD b/mingw-w64-qbittorrent/PKGBUILD index 02fb49aba6..93913dd692 100644 --- a/mingw-w64-qbittorrent/PKGBUILD +++ b/mingw-w64-qbittorrent/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.6.3 pkgrel=1 pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64''clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://qbittorrent.org/" msys2_repository_url="https://github.com/qbittorrent/qBittorrent" license=('spdx:GPL-2.0-or-later')