[arch-commits] Commit in python-json5/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Sep 1 21:03:36 UTC 2022
Date: Thursday, September 1, 2022 @ 21:03:36
Author: arojas
Revision: 1290475
upgpkg: python-json5 0.9.10-1: Update to 0.9.10
Modified:
python-json5/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 21:03:20 UTC (rev 1290474)
+++ PKGBUILD 2022-09-01 21:03:36 UTC (rev 1290475)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=python-json5
-pkgver=0.9.9
+pkgver=0.9.10
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=('12b0f36e755b2cabea5ccb89a7939e3cd7cf45812213494eb8dede9942ebee43')
+sha256sums=('e3f9fcc0b9e29331841b1c429eebdf1605fe32ee998a59825dd36ae6f4b97180')
build() {
cd pyjson5-$pkgver
More information about the arch-commits
mailing list