diff --git a/mingw-w64-python-pyvisa/PKGBUILD b/mingw-w64-python-pyvisa/PKGBUILD index 5266260584..29101368e7 100644 --- a/mingw-w64-python-pyvisa/PKGBUILD +++ b/mingw-w64-python-pyvisa/PKGBUILD @@ -7,16 +7,17 @@ pkgver=1.14.1 pkgrel=1 pkgdesc="Python VISA bindings for GPIB, RS232, TCPIP and USB instruments (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/pyvisa/pyvisa" msys2_references=( 'pypi: PyVISA' ) -license=('MIT') +license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-typing_extensions") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" + "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" "${MINGW_PACKAGE_PREFIX}-python-wheel") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")