summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Irofti2022-01-10 18:42:56 +0200
committerPaul Irofti2022-01-10 18:42:56 +0200
commit03c070e79855f694debcbfb03bf3c0c2433e04b8 (patch)
tree45d7f78cc991f789d1040db7df31fd00f11a0af1
parentbd9588de67853b4f79d698c9c83020e4f17853ec (diff)
downloadaur-03c070e79855f694debcbfb03bf3c0c2433e04b8.tar.gz
Update to 1.5.3. Signaled by tbh, thanks!
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca11e4a2dcc4..cadc8efa3377 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.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/h2non/jsonpath-ng
arch = any
@@ -10,8 +10,7 @@ pkgbase = python-jsonpath-ng
depends = python-ply
depends = python-decorator
depends = python-six
- source = https://files.pythonhosted.org/packages/c5/d0/c4b2fa7e00e69670a92b103761b4e10a4bdaca109818d44753219c20b7be/jsonpath-ng-1.5.2.tar.gz
- sha256sums = 144d91379be14d9019f51973bd647719c877bfc07dc6f3f5068895765950c69d
+ source = https://files.pythonhosted.org/packages/source/j/jsonpath-ng/jsonpath-ng-1.5.3.tar.gz
+ sha256sums = a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567
pkgname = python-jsonpath-ng
-
diff --git a/PKGBUILD b/PKGBUILD
index 6368690677a3..1a1ecb18af73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Irofti <paul@irofti.net>
_name=jsonpath-ng
pkgname="python-$_name"
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="JSONPath for Python that aims to be standard compliant"
arch=('any')
@@ -9,9 +9,8 @@ url="https://github.com/h2non/jsonpath-ng"
license=('Apache')
depends=('python' 'python-ply' 'python-decorator' 'python-six')
makedepends=('python-setuptools')
-#source=("https://files.pythonhosted.org/packages/source/g/${_name}/${_name}-${pkgver}.tar.gz")
-source=("https://files.pythonhosted.org/packages/c5/d0/c4b2fa7e00e69670a92b103761b4e10a4bdaca109818d44753219c20b7be/${_name}-${pkgver}.tar.gz")
-sha256sums=('144d91379be14d9019f51973bd647719c877bfc07dc6f3f5068895765950c69d')
+source=("https://files.pythonhosted.org/packages/source/j/${_name}/${_name}-${pkgver}.tar.gz")
+sha256sums=('a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567')
build() {
cd "$srcdir/$_name-$pkgver"