Skip to content

Commit 22a5d3b

Browse files
committed
Merge branch 'master' of https://github.com/archlinuxcn/repo
2 parents 55f4ff3 + 5d8a11b commit 22a5d3b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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

archlinuxcn/python-pyvcd/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_pkgname=pyvcd
44
pkgname=python-$_pkgname
55
pkgver=0.4.1
6-
pkgrel=1
6+
pkgrel=2
77
pkgdesc='Python package for writing Value Change Dump (VCD) files'
88
arch=('any')
99
url='https://github.com/SanDisk-Open-Source/pyvcd'

0 commit comments

Comments
 (0)