[arch-commits] Commit in python-json5/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Mar 2 20:51:49 UTC 2020
Date: Monday, March 2, 2020 @ 20:51:48
Author: arojas
Revision: 589031
Update to 0.9.2
Modified:
python-json5/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-02 20:51:48 UTC (rev 589030)
+++ PKGBUILD 2020-03-02 20:51:48 UTC (rev 589031)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=python-json5
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="A Python implementation of the JSON5 data format"
arch=(any)
@@ -10,7 +10,7 @@
depends=(python)
makedepends=(python-setuptools)
source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz")
-sha256sums=('800060bebe3ec61b9b26bb956858c18a400e82856b06a0b9b19a76f5e6dff576')
+sha256sums=('2c163327282d220d16b3110e608a17e47577f87eba42afdced8b5adcf5a381ae')
build() {
cd pyjson5-$pkgver
More information about the arch-commits
mailing list