diff --git a/mingw-w64-python-ml_dtypes/PKGBUILD b/mingw-w64-python-ml_dtypes/PKGBUILD index 922545f6c3..d98f91d9ac 100644 --- a/mingw-w64-python-ml_dtypes/PKGBUILD +++ b/mingw-w64-python-ml_dtypes/PKGBUILD @@ -9,6 +9,12 @@ pkgdesc="A stand-alone implementation of several NumPy dtype extensions used in arch=('any') mingw_arch=('ucrt64' 'clang64' 'clangarm64') url='https://github.com/jax-ml/ml_dtypes' +msys2_changelog_url='https://github.com/jax-ml/ml_dtypes/blob/main/CHANGELOG.md' +msys2_references=( + 'archlinux: python-ml-dtypes' + 'gentoo: dev-python/ml-dtypes' + 'purl: pkg:pypi/ml-dtypes' +) license=('spdx:Apache-2.0') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-numpy"