Merge pull request #15374 from hmartinez82/qbittorrent_aarch64
qbittorrent: Enable aarch64 builds
This commit is contained in:
@@ -10,7 +10,7 @@ pkgver=2.0.8
|
||||
pkgrel=2
|
||||
pkgdesc="libtorrent is a feature complete C++ bittorrent implementation focusing on efficiency and scalability (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('BSD')
|
||||
url="https://libtorrent.org/"
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}2")
|
||||
|
||||
@@ -7,7 +7,7 @@ pkgver=4.4.5
|
||||
pkgrel=2
|
||||
pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://qbittorrent.org/"
|
||||
license=('spdx:GPL-2.0-or-later')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-boost"
|
||||
|
||||
Reference in New Issue
Block a user