Date: Monday, April 10, 2023 @ 12:46:31
  Author: jelle
Revision: 1444300

upgpkg: python-ijson 3.2.0-1

Modified:
  python-ijson/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 12:33:23 UTC (rev 1444299)
+++ PKGBUILD    2023-04-10 12:46:31 UTC (rev 1444300)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo <first name [at] last name [dot] net>
 
 pkgname=python-ijson
-pkgver=3.1.4
-pkgrel=4
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Iterative JSON parser with Pythonic interface"
 arch=(x86_64)
 url="https://github.com/ICRAR/ijson";
@@ -11,7 +11,7 @@
 depends=('python' 'yajl')
 makedepends=('python-setuptools' 'python-pytest')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ICRAR/ijson/archive/v${pkgver}.tar.gz";)
-sha256sums=('fd12968282cb60579d7ac61ba2bee4c4771101a56e75890284aa277a7ec67018')
+sha256sums=('20e64b3786bc65f45e40e77413fdcd3e3b692ecbd361ef13d2319655f5b66675')
 
 build() {
   cd ijson-$pkgver

Reply via email to