Date: Monday, May 15, 2023 @ 16:43:12 Author: foxboron Revision: 1461849
upgpkg: python-rope 1.8.0-1 Modified: python-rope/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-15 16:39:28 UTC (rev 1461848) +++ PKGBUILD 2023-05-15 16:43:12 UTC (rev 1461849) @@ -6,8 +6,8 @@ # Contributor: Jens Maucher <[email protected]> pkgname=python-rope -pkgver=1.7.0 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 pkgdesc='Refactoring library' arch=('any') url='https://github.com/python-rope/rope' @@ -16,7 +16,7 @@ makedepends=('python' 'python-setuptools') checkdepends=('python-pytest') source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz") -sha256sums=('ba39581d0f8dee4ae8b5b5e82e35d03cebad965ccb127b7eaab9755cdc85e85a') +sha256sums=('3de1d1f1cf2412540c6a150067fe25298175e7c2b72455b6ca8395f61678da82') build(){ cd "rope-$pkgver"
