Date: Sunday, May 7, 2023 @ 12:57:38
Author: kpcyrd
Revision: 1459307
upgpkg: python-json-stream 2.3.0-1
Modified:
python-json-stream/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 12:56:17 UTC (rev 1459306)
+++ PKGBUILD 2023-05-07 12:57:38 UTC (rev 1459307)
@@ -2,8 +2,8 @@
_pyname=json-stream
pkgname=python-${_pyname}
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc='Simple streaming JSON parser'
arch=(any)
url="https://github.com/daggaz/json-stream"
@@ -11,7 +11,7 @@
depends=('python')
makedepends=(python-build python-installer python-setuptools python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-b2sums=('ce3687b99a6993bbd282005ade31da644058559be70b4dae77f3989f256898059ad6edaf49b8e8c6b22981fd1f31fa70253815111b8cbb03d197da3638a181bb')
+b2sums=('d18e3356bbf900e71250a55377ad76bbfd552ea6eea90d2b1d89e84733b0c507cbc507747bed123682ee9a3fc3f167b2fe27be3925c6809c60a02bc236a0db87')
build() {
cd "${_pyname}-${pkgver}"