diff --git a/mingw-w64-python-rope/PKGBUILD b/mingw-w64-python-rope/PKGBUILD index 5c6c7589f5..b80bfc5c43 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.5.1 +pkgver=1.6.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=('bf37de884cc0bb7a57e4cdf48117dbc8c3e23ea265309f286c5e6f8672058d83') +sha256sums=('5ce2cdae8fa3d08a4f6f308f172037e8cb7a74c626e9e64ea9f52a1a23d5c22c') prepare() { cd "${srcdir}"