Date: Friday, April 21, 2023 @ 04:20:16 Author: felixonmars Revision: 1448090
upgpkg: python-jsonschema-spec 0.1.3-1 Modified: python-jsonschema-spec/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-21 03:59:37 UTC (rev 1448089) +++ PKGBUILD 2023-04-21 04:20:16 UTC (rev 1448090) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-jsonschema-spec -pkgver=0.1.2 -pkgrel=3 +pkgver=0.1.3 +pkgrel=1 pkgdesc="JSONSchema Spec with object-oriented paths" url="https://github.com/p1c2u/jsonschema-spec" license=('Apache') @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-pytest') source=("https://github.com/p1c2u/jsonschema-spec/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('0cba83a14e88d4fe2fcce9e4d39fa4284f23366a1f8acab16fa4b7b824d0c02bf04429d61c51a39a7a188c4e2b79f4481bba14ca688edee71beb0060e16617e0') +sha512sums=('95465c43b842289ed28dd78ec06614d77b2bbf7d9d69e5dc4b89008740d0cc85e5b3319acd66d0142b533425e8f150c4edbbf15b7f8e3bdefb28b81193a13432') prepare() { cd jsonschema-spec-$pkgver
