Date: Tuesday, March 9, 2021 @ 13:16:11 Author: felixonmars Revision: 887023
upgpkg: python-waitress 2.0.0-1 Modified: python-waitress/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-09 13:15:18 UTC (rev 887022) +++ PKGBUILD 2021-03-09 13:16:11 UTC (rev 887023) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-waitress -pkgver=1.4.4 -pkgrel=5 +pkgver=2.0.0 +pkgrel=1 pkgdesc="Waitress WSGI server" arch=('any') license=('ZPL') @@ -10,8 +10,8 @@ depends=('python') makedepends=('python-setuptools') checkdepends=('python-pytest-cov' 'python-pytest-runner') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/Pylons/waitress/archive/v$pkgver.tar.gz") -sha512sums=('774fd5c436238a360d116b8683e5be6a4d9e09fcbe3853dea7e803e2c5f309f1d955b4eb9b5fe8c9ec9b8e5363a817e5bc57ca20ba5e5046744338b555dc439a') +source=("https://github.com/Pylons/waitress/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('a5bdac4adbd52803baf58795e74fb1a2cda994e44345cba2d19e29d606f7f6ab503fc459db419b76b7c8278b38fbfb85c258002df597f97c00e61c90e3982cc5') build() { cd waitress-$pkgver
