diff --git a/mingw-w64-python-kiwisolver/PKGBUILD b/mingw-w64-python-kiwisolver/PKGBUILD index 7913c3dfeb..c76a341a4c 100644 --- a/mingw-w64-python-kiwisolver/PKGBUILD +++ b/mingw-w64-python-kiwisolver/PKGBUILD @@ -3,13 +3,15 @@ _realname=kiwisolver pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.4.8 -pkgrel=2 +pkgver=1.4.9 +pkgrel=1 pkgdesc="A fast implementation of the Cassowary constraint solver (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://github.com/nucleic/kiwi' msys2_references=( + 'archlinux: python-kiwisolver' + 'gentoo: dev-python/kiwisolver' 'purl: pkg:pypi/kiwisolver' ) license=('spdx:BSD-3-Clause') @@ -22,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e') +sha256sums=('c3b22c26c6fd6811b0ae8363b95ca8ce4ea3c202d3d0975b2914310ceb1bcc4d') prepare() { cd "${srcdir}"/"${_realname}-${pkgver}"