diff --git a/mingw-w64-python-rope/PKGBUILD b/mingw-w64-python-rope/PKGBUILD index 63ce781112..6b14103fcd 100644 --- a/mingw-w64-python-rope/PKGBUILD +++ b/mingw-w64-python-rope/PKGBUILD @@ -3,7 +3,7 @@ _realname=rope pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc='A python refactoring library (mingw-w64)' arch=('any') @@ -16,7 +16,7 @@ depends=( makedepends=( ${MINGW_PACKAGE_PREFIX}-python-setuptools) source=("https://github.com/python-rope/${_realname}/archive/${pkgver}.tar.gz") -sha256sums=('23d9c24518bb298b65860ec3db55b71ea570edc9d816453bae7f721e8a95525c') +sha256sums=('b3b1ca0ac2964e7169d5407f8d6f83b6147eef42f08da843dc5202dbc03e24b7') prepare() { cd "${srcdir}"