Date: Wednesday, October 14, 2020 @ 21:04:38 Author: felixonmars Revision: 723985
upgpkg: python-routes 2.5.1-1 Modified: python-routes/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-14 21:01:38 UTC (rev 723984) +++ PKGBUILD 2020-10-14 21:04:38 UTC (rev 723985) @@ -3,17 +3,17 @@ # Contributor: James Bulmer <[email protected]> pkgname=python-routes -pkgver=2.4.1 -pkgrel=4 +pkgver=2.5.1 +pkgrel=1 pkgdesc="Routing recognition and generation tools" arch=("any") url="https://pypi.python.org/pypi/Routes" license=("custom:BSD") depends=("python-repoze.lru" 'python-six') -makedepends=('python-setuptools' 'python-repoze.lru' 'python-six') -checkdepends=('python-nose' 'python-webob') +makedepends=('python-setuptools') +checkdepends=('python-nose' 'python-webob' 'python-webtest') source=("https://pypi.io/packages/source/R/Routes/Routes-$pkgver.tar.gz") -md5sums=('c058dff6832941dec47e0d0052548ad8') +sha512sums=('06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755') build() { cd Routes-$pkgver
