Date: Wednesday, March 1, 2023 @ 07:48:53 Author: felixonmars Revision: 1405766
upgpkg: python-whitenoise 6.4.0-1 Modified: python-whitenoise/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-01 07:48:06 UTC (rev 1405765) +++ PKGBUILD 2023-03-01 07:48:53 UTC (rev 1405766) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-whitenoise -pkgver=6.3.0 +pkgver=6.4.0 pkgrel=1 pkgdesc='Radically simplified static file serving for WSGI applications' arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-brotli' 'python-django' 'python-pytest' 'python-requests') source=("https://github.com/evansd/whitenoise/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('c293e003167cb7c7aa63564bc373719f066f5e1b5cceaf0c9ceb19bd95284c321d557b988599f848d097b6c3bec3e692f7d026a835060b2fea803abf38ff924f') +sha512sums=('c3dc7c2d380839913f38f6697ecf0c90fbf8f1bf28cc1b00aaaf9022ac44cd0044015e11435ad640970993b3dab29e94e55f8897c11152f6f6502e66d8b7b726') build() { cd whitenoise-$pkgver