From 3a799508f6fbfdffbdee0288e9b36dcc07320527 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 3 Oct 2023 19:28:47 +0000 Subject: [PATCH] python-rope: update to 1.10.0 --- mingw-w64-python-rope/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-rope/PKGBUILD b/mingw-w64-python-rope/PKGBUILD index 2b624ac1ad..6ffc1047e5 100644 --- a/mingw-w64-python-rope/PKGBUILD +++ b/mingw-w64-python-rope/PKGBUILD @@ -3,8 +3,8 @@ _realname=rope pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=1.9.0 -pkgrel=2 +pkgver=1.10.0 +pkgrel=1 pkgdesc='A python refactoring library (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -19,7 +19,7 @@ makedepends=( ${MINGW_PACKAGE_PREFIX}-python-setuptools ${MINGW_PACKAGE_PREFIX}-python-wheel) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('f48d708132c0e062b411308732ca13933b976486b4b53d1e804f94ed08d69503') +sha256sums=('14bfcc7dfea69fa32c53db0667e86e321ef059de555c7f8101a0cb91c8d85a55') prepare() { rm -rf python-build-${MSYSTEM} | true