Enable clangarm64 for python-flask-sqlalchemy deps

let's try
This commit is contained in:
Christoph Reiter
2023-02-17 08:40:02 +01:00
parent 2911943caa
commit bd756521ca
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ pkgver=2.0.3
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://www.sqlalchemy.org/'
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"