[arch-commits] Commit in python-json5/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Feb 9 18:38:44 UTC 2020
Date: Sunday, February 9, 2020 @ 18:38:44
Author: arojas
Revision: 565521
Update to 0.9.1
Modified:
python-json5/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-09 18:37:54 UTC (rev 565520)
+++ PKGBUILD 2020-02-09 18:38:44 UTC (rev 565521)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=python-json5
-pkgver=0.9.0
+pkgver=0.9.1
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=('170a0cc78ebe35475397ec9d4f29beb6a304de581774506cc0562b557618e7c7')
+sha256sums=('800060bebe3ec61b9b26bb956858c18a400e82856b06a0b9b19a76f5e6dff576')
build() {
cd pyjson5-$pkgver
More information about the arch-commits
mailing list