Skip to content

Commit 6d4484a

Browse files
authored
python-setuptools-rust: update to 1.11.0 (#23664)
1 parent 98ecdfb commit 6d4484a

File tree

1 file changed

+3
-3
lines changed
  • mingw-w64-python-setuptools-rust

1 file changed

+3
-3
lines changed

mingw-w64-python-setuptools-rust/PKGBUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=setuptools-rust
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=1.10.2
7-
pkgrel=2
6+
pkgver=1.11.0
7+
pkgrel=1
88
pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C (mingw-w64)"
99
arch=('any')
1010
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2222
"${MINGW_PACKAGE_PREFIX}-python-installer"
2323
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
2424
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
25-
sha256sums=('5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc')
25+
sha256sums=('f765d66f3def6fdc85e1e6d889c6a812aea1430c8dadcf1c7b6779b45f874fb2')
2626

2727
prepare() {
2828
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)