diff --git a/mingw-w64-python-setuptools-rust/PKGBUILD b/mingw-w64-python-setuptools-rust/PKGBUILD index a00487f719..2888cb12e5 100644 --- a/mingw-w64-python-setuptools-rust/PKGBUILD +++ b/mingw-w64-python-setuptools-rust/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools-rust pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.4.1 +pkgver=1.5.1 pkgrel=1 pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C (mingw-w64)" url='https://github.com/PyO3/setuptools-rust' @@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-rust" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" "${MINGW_PACKAGE_PREFIX}-python-wheel") source=("https://github.com/PyO3/setuptools-rust/archive/v$pkgver/$_realname-$pkgver.tar.gz") -sha256sums=('8369900912756ddd2beb259dbbf08ac494a8cfe782d6098662be06f3e36ec7c9') +sha256sums=('d52fd84194247f5f9a29f616795973ba3991fab02d53597afdd23cc754dbb838') prepare() { cd "${srcdir}/${_realname}-$pkgver"