diff --git a/mingw-w64-python-pebble/PKGBUILD b/mingw-w64-python-pebble/PKGBUILD index ddc901620a..44dca8b893 100644 --- a/mingw-w64-python-pebble/PKGBUILD +++ b/mingw-w64-python-pebble/PKGBUILD @@ -3,15 +3,17 @@ _realname=pebble pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=5.1.2 +pkgver=5.1.3 pkgrel=1 pkgdesc="Threading and multiprocessing eye-candy. (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/noxdafox/pebble" msys2_references=( - 'purl: pkg:pypi/pebble' + 'anitya: 59301' 'aur: python-pebble' + 'gentoo: dev-python/pebble' + 'purl: pkg:pypi/pebble' ) license=('spdx:LGPL-3.0-only') depends=("${MINGW_PACKAGE_PREFIX}-python") @@ -22,7 +24,7 @@ makedepends=( ) checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=(https://pypi.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-$pkgver.tar.gz) -sha256sums=('9d1fb7c81ae9f9c6679558ac21289f9fa382826939fa80c8ef67f9b5e6a38a3f') +sha256sums=('9fdf00dde4abb09907817114ad8cf822836b6d6cc8f43a3f0ec741be276086e7') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"