diff --git a/mingw-w64-python-spin/PKGBUILD b/mingw-w64-python-spin/PKGBUILD index 969ba7a741..91890dc5b6 100644 --- a/mingw-w64-python-spin/PKGBUILD +++ b/mingw-w64-python-spin/PKGBUILD @@ -3,13 +3,15 @@ _realname=spin pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.14 +pkgver=0.15 pkgrel=1 pkgdesc="Developer tool for scientific Python libraries (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://github.com/scientific-python/spin' +msys2_changelog_url='https://github.com/scientific-python/spin/blob/main/CHANGELOG.md' msys2_references=( + 'aur: python-spin' 'purl: pkg:pypi/spin' ) license=('spdx:BSD-3-Clause') @@ -23,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('1a5f6ce53699ef58bf893970ecb9d7f8814a8ca08da5d26e1391fe2a9fa04bcc') +sha256sums=('c53824679cef67b87183962e38028fb2ed59f33e7dfdc8b96be684bc8698e238') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"