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

Antonio Rojas arojas at archlinux.org
Fri Jul 5 06:21:23 UTC 2019


    Date: Friday, July 5, 2019 @ 06:21:23
  Author: arojas
Revision: 487465

Update to 0.8.5

Modified:
  python-json5/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-04 23:25:34 UTC (rev 487464)
+++ PKGBUILD	2019-07-05 06:21:23 UTC (rev 487465)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=python-json5
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/"
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz")
-sha256sums=('6dde0c13f8db8c1c6271b39adddceeada684926b5720a78ca744e25e30bd223f')
+sha256sums=('b6fccabcdc609899b0eb69a1c8d790b722c054b4aae0fc4b95cc63fd9a72ceb6')
 
 build() {
   cd pyjson5-$pkgver



More information about the arch-commits mailing list