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

Antonio Rojas arojas at archlinux.org
Tue Jun 22 06:59:39 UTC 2021


    Date: Tuesday, June 22, 2021 @ 06:59:39
  Author: arojas
Revision: 966807

Update to 0.9.6

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 06:41:10 UTC (rev 966806)
+++ PKGBUILD	2021-06-22 06:59:39 UTC (rev 966807)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=python-json5
-pkgver=0.9.5
-pkgrel=3
-pkgdesc="A Python implementation of the JSON5 data format"
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
-url="https://pypi.org/project/json5/"
+url='https://pypi.org/project/json5/'
 license=(MPL GPL LGPL)
 depends=(python)
 makedepends=(python-setuptools)
-source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz")
-sha256sums=('4631b8a6c61704b7942fe9d16a1e95f2b26a2bdcc38a1fdc3b5c984f2e861045')
+source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c')
 
 build() {
   cd pyjson5-$pkgver



More information about the arch-commits mailing list