Date: Sunday, August 9, 2020 @ 08:49:10 Author: bluewind Revision: 673051
upgpkg: python-schema 0.7.3-1: upstream update Modified: python-schema/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-09 08:47:04 UTC (rev 673050) +++ PKGBUILD 2020-08-09 08:49:10 UTC (rev 673051) @@ -2,7 +2,7 @@ _name=schema pkgname="python-$_name" -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 pkgdesc='Python module to validate and convert data structures.' arch=(any) @@ -12,7 +12,7 @@ checkdepends=(python-mock python-pytest) license=(MIT) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha256sums=('b536f2375b49fdf56f36279addae98bd86a8afbd58b3c32ce363c464bed5fc1c') +sha256sums=('4cf529318cfd1e844ecbe02f41f7e5aa027463e7403666a52746f31f04f47a5e') prepare() { cd "$srcdir/$_name-$pkgver"
