summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-10-02 09:30:49 +0200
committerMassimiliano Torromeo2018-10-02 09:30:49 +0200
commit11223d9abd1e1c1ac600786a7515a101ca364ccd (patch)
tree3f0da30816b056ceff67efcb9ab78142421c14b5
parentce608ca7ddd46caa25c7863affd6f9323cf3b167 (diff)
downloadaur-11223d9abd1e1c1ac600786a7515a101ca364ccd.tar.gz
Updated to 1.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3a615130494..69a751ae6f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Aug 24 08:26:49 UTC 2017
pkgbase = python-jsonpath-ng
pkgdesc = JSONPath implementation that aims to be standard compliant
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/tomas-fp/jsonpath-ng/
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/j/jsonpath-ng/jsonpath-ng-1.4.2.tar.gz
- sha256sums = edd73c2f7576fbb6a80e653afbd2120e49a30505249cdcf4d694a33093c03209
+ source = https://files.pythonhosted.org/packages/source/j/jsonpath-ng/jsonpath-ng-1.4.3.tar.gz
+ sha256sums = b1fc75b877e9b2f46845a455fbdcfb0f0d9c727c45c19a745d02db620a9ef0be
pkgname = python-jsonpath-ng
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 89a53d360f81..d92d6abf1e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-jsonpath-ng'
_libname=${pkgbase/python-/}
pkgname=('python-jsonpath-ng' 'python2-jsonpath-ng')
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="JSONPath implementation that aims to be standard compliant"
arch=(any)
@@ -11,7 +11,7 @@ url="https://github.com/tomas-fp/jsonpath-ng/"
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
-sha256sums=('edd73c2f7576fbb6a80e653afbd2120e49a30505249cdcf4d694a33093c03209')
+sha256sums=('b1fc75b877e9b2f46845a455fbdcfb0f0d9c727c45c19a745d02db620a9ef0be')
prepare() {
cp -r $_libname-$pkgver $_libname-$pkgver-py2