Date: Wednesday, May 27, 2020 @ 06:27:15 Author: arojas Revision: 635643
Update to 0.9.5 Modified: python-json5/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-27 01:48:33 UTC (rev 635642) +++ PKGBUILD 2020-05-27 06:27:15 UTC (rev 635643) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=python-json5 -pkgver=0.9.4 +pkgver=0.9.5 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=('e5675f71cd6613adf53b629c947cf766e31d20dff696d574de294a94e55c7eae') +sha256sums=('4631b8a6c61704b7942fe9d16a1e95f2b26a2bdcc38a1fdc3b5c984f2e861045') build() { cd pyjson5-$pkgver
