summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 079bdf9e5acd..0f7ec0ba39a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jsonargparse
pkgdesc = Parsing library for CLI options, configs, and environment variables
- pkgver = 4.27.5
+ pkgver = 4.27.7
pkgrel = 1
url = https://github.com/omni-us/jsonargparse
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-jsonargparse
depends = python-requests
depends = python-responses
depends = python-ruyaml
- source = https://files.pythonhosted.org/packages/source/j/jsonargparse/jsonargparse-4.27.5.tar.gz
- sha256sums = 88ad908387ea5c8285a48e7d94bfd025e6f536b0dbae616d755d701248ab85d9
+ source = https://files.pythonhosted.org/packages/source/j/jsonargparse/jsonargparse-4.27.7.tar.gz
+ sha256sums = 480fa4b2f4c75f267cbaa13fbf4dc86553f27252041d1d9066f2d0e25bf6389b
pkgname = python-jsonargparse
diff --git a/PKGBUILD b/PKGBUILD
index d9a8c69d4582..3ed39a3b172d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-jsonargparse
_name=${pkgname#python-}
-pkgver=4.27.5
+pkgver=4.27.7
pkgrel=1
pkgdesc='Parsing library for CLI options, configs, and environment variables'
arch=('any')
@@ -28,7 +28,7 @@ checkdepends=(
'python-coverage'
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('88ad908387ea5c8285a48e7d94bfd025e6f536b0dbae616d755d701248ab85d9')
+sha256sums=('480fa4b2f4c75f267cbaa13fbf4dc86553f27252041d1d9066f2d0e25bf6389b')
build() {
cd "${srcdir}/${_name}-${pkgver}"