summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Irofti2024-01-28 23:02:45 +0200
committerPaul Irofti2024-01-28 23:02:45 +0200
commitfb4991ede829a9b08ef2c6b401f77298e310df39 (patch)
tree2689d9e06b0d22fb389227530fc1f50edb4b35dc
parent03c070e79855f694debcbfb03bf3c0c2433e04b8 (diff)
downloadaur-fb4991ede829a9b08ef2c6b401f77298e310df39.tar.gz
Update to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cadc8efa3377..39266d59c984 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jsonpath-ng
pkgdesc = JSONPath for Python that aims to be standard compliant
- pkgver = 1.5.3
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/h2non/jsonpath-ng
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-jsonpath-ng
depends = python-ply
depends = python-decorator
depends = python-six
- source = https://files.pythonhosted.org/packages/source/j/jsonpath-ng/jsonpath-ng-1.5.3.tar.gz
- sha256sums = a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567
+ source = https://files.pythonhosted.org/packages/source/j/jsonpath-ng/jsonpath-ng-1.6.1.tar.gz
+ sha256sums = 086c37ba4917304850bd837aeab806670224d3f038fe2833ff593a672ef0a5fa
pkgname = python-jsonpath-ng
diff --git a/PKGBUILD b/PKGBUILD
index 1a1ecb18af73..4663bc621b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Irofti <paul@irofti.net>
_name=jsonpath-ng
pkgname="python-$_name"
-pkgver=1.5.3
+pkgver=1.6.1
pkgrel=1
pkgdesc="JSONPath for Python that aims to be standard compliant"
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('python' 'python-ply' 'python-decorator' 'python-six')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/j/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567')
+sha256sums=('086c37ba4917304850bd837aeab806670224d3f038fe2833ff593a672ef0a5fa')
build() {
cd "$srcdir/$_name-$pkgver"