Skip to content

Commit 5d8a11b

Browse files
committed
python-jschon: auto updated to 0.11.1-3
It has been built because: * nvchecker detects the following updates: github(0): None -> v0.11.1, alpm(1): None -> 3.13, manual(2): None -> 1 * the pkgrel has been updated
1 parent 63be445 commit 5d8a11b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

archlinuxcn/python-jschon/PKGBUILD

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pkgname=python-jschon
44
_gitpkgname=jschon
55
pkgver=0.11.1
6-
pkgrel=2
6+
pkgrel=3
77
pkgdesc='Object-oriented JSON Schema implementation for Python'
88
arch=('any')
99
url='https://github.com/marksparkza/jschon'
@@ -32,9 +32,7 @@ source=(
3232
"${_gitpkgname}-${pkgver}.tar.gz::https://github.com/marksparkza/jschon/archive/v${pkgver}.tar.gz"
3333
)
3434

35-
sha512sums=(
36-
'a4b3c559501189efcfdd5a3dfca96594c7d5bbea0e7343524c2cea6bb661790704956401ea3901ff13d5bf15d15843ee2724c14061a3f1ee47a08dbbb0c9c2ab'
37-
)
35+
sha512sums=('a4b3c559501189efcfdd5a3dfca96594c7d5bbea0e7343524c2cea6bb661790704956401ea3901ff13d5bf15d15843ee2724c14061a3f1ee47a08dbbb0c9c2ab')
3836

3937
prepare() {
4038
local _schemas_basedir

0 commit comments

Comments
 (0)