Date: Friday, May 13, 2022 @ 09:15:46 Author: felixonmars Revision: 1201303
upgpkg: python-whitenoise 6.1.0-1 Modified: python-whitenoise/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-13 09:15:38 UTC (rev 1201302) +++ PKGBUILD 2022-05-13 09:15:46 UTC (rev 1201303) @@ -1,17 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-whitenoise -pkgver=6.0.0 +pkgver=6.1.0 pkgrel=1 pkgdesc='Radically simplified static file serving for WSGI applications' arch=('any') license=('MIT') -url='http://whitenoise.evans.io' +url='https://github.com/evansd/whitenoise' depends=('python') makedepends=('python-setuptools') checkdepends=('python-brotli' 'python-django' 'python-pytest' 'python-requests') source=("https://github.com/evansd/whitenoise/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('ae01070f510df78fdb0ae12ebca594d8a35a89dba5d7903516eb1c3078a1fd6493fc248db34250084584f46c9445738ea5f00106e4a64b7f1b344427b8b8f41b') +sha512sums=('6474b04a581f698ae9555fc6096f0f33a63099d1581e561859c7f3644a03c6b6ada95b7604a8ff57f5d0d5de16cde50ed17716ec1e5b6fab43a59219ed43bd06') build() { cd whitenoise-$pkgver
