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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Apr 23 16:34:38 UTC 2021


    Date: Friday, April 23, 2021 @ 16:34:37
  Author: yan12125
Revision: 923181

upgpkg: python-jsondiff 1.3.0-1

Modified:
  python-jsondiff/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 16:27:41 UTC (rev 923180)
+++ PKGBUILD	2021-04-23 16:34:37 UTC (rev 923181)
@@ -3,8 +3,8 @@
 
 pkgname=python-jsondiff
 _pkgname=jsondiff
-pkgver=1.2.0
-pkgrel=6
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Diff JSON and JSON-like structures in Python'
 arch=(any)
 url='https://github.com/xlwings/jsondiff'
@@ -12,8 +12,8 @@
 depends=(python)
 makedepends=(python-setuptools)
 checkdepends=(python-nose python-nose-random)
-source=("https://github.com/xlwings/jsondiff/archive/v$pkgver/jsondiff-v$pkgver.tar.gz")
-sha256sums=('445b2d519c006e0ba10e1a71f596b7cb3f5d3c62849f3b9a6780b5e9653da92f')
+source=("https://github.com/xlwings/jsondiff/archive/$pkgver/jsondiff-$pkgver.tar.gz")
+sha256sums=('a899ebc34cad04561651a8b618df44004b5dbe35fadb83addd7f912faf4a43fb')
 
 build() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list