[arch-commits] Commit in python-json5/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon May 9 06:58:04 UTC 2022


    Date: Monday, May 9, 2022 @ 06:58:03
  Author: arojas
Revision: 1196324

Update to 0.9.8

Modified:
  python-json5/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-09 06:54:24 UTC (rev 1196323)
+++ PKGBUILD	2022-05-09 06:58:03 UTC (rev 1196324)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=python-json5
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('22f95577eed978a4c7833173e17b9d79e08443ac16b604fd1301e07e10fdf779')
+sha256sums=('2818dd37e39d61e6bb9f36d62be51ac33fc2c365b91ae0c4bf186f529e8af418')
 
 build() {
   cd pyjson5-$pkgver



More information about the arch-commits mailing list