Date: Monday, April 10, 2023 @ 08:14:27 Author: alerque Revision: 1443876
upgpkg: python-agate 1.7.1-1 Modified: python-agate/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 08:14:26 UTC (rev 1443875) +++ PKGBUILD 2023-04-10 08:14:27 UTC (rev 1443876) @@ -4,8 +4,8 @@ _pyname=agate pkgname=python-$_pyname -pkgver=1.6.3 -pkgrel=4 +pkgver=1.7.1 +pkgrel=1 pkgdesc='A data analysis library that is optimized for humans instead of machines' arch=(any) url='https://agate.readthedocs.org/' @@ -27,7 +27,7 @@ python-nose) _archive="$_pyname-$pkgver" source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz") -sha256sums=('e0f2f813f7e12311a4cdccc97d6ba0a6781e9c1aa8eca0ab00d5931c0113a308') +sha256sums=('eadf46d980168b8922d5d396d6258eecd5e7dbef7e6f0c0b71e968545ea96389') prepare() { cd "$_archive"
