streamlink: disable clangarm64

some deps are missing
This commit is contained in:
Christoph Reiter
2022-02-24 08:38:21 +01:00
committed by GitHub
parent 8ed03f83e3
commit bdcbff89ec

View File

@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A CLI utility that extracts streams from various services and pipes them into a video player of choice."
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://github.com/streamlink/streamlink"
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python"