Date: Sunday, February 26, 2023 @ 15:47:41
Author: dvzrv
Revision: 1405194
upgpkg: python-fastjsonschema 2.16.3-1: Upgrade to 2.16.3.
Modified:
python-fastjsonschema/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-26 15:37:55 UTC (rev 1405193)
+++ PKGBUILD 2023-02-26 15:47:41 UTC (rev 1405194)
@@ -2,8 +2,8 @@
_name=fastjsonschema
pkgname=python-fastjsonschema
-_commit=1aad747bab39d4b1201ab99917463f4079955ecd # refs/tags/v2.16.2
-pkgver=2.16.2
+_commit=4f11540d2e8f7c0aeae1230cdbc65a99f1b277c4 # refs/tags/v2.16.3
+pkgver=2.16.3
pkgrel=1
pkgdesc="Fast JSON schema validator for Python"
arch=(any)
@@ -27,7 +27,7 @@
cd $pkgname
git submodule init
git config submodule.JSON-Schema-Test-Suite.url ../JSON-Schema-Test-Suite
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {