summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-05-26 21:02:56 +0800
committerlilac2022-05-26 21:02:56 +0800
commite4c8260b735261cb37463376f3735413accea14d (patch)
tree1c4b0704fc9d8176c6022f6091dd509685decbff /PKGBUILD
parent7ab2f90d3d709b00846d7651b6f76d7edc081b4a (diff)
downloadaur-e4c8260b735261cb37463376f3735413accea14d.tar.gz
[lilac] updated to 4.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d1a46b4c590..59539eeeb85d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=jsonargparse
pkgname=python-jsonargparse
-pkgver=4.7.3
+pkgver=4.8.0
pkgrel=1
pkgdesc='Parsing of command line options, yaml/jsonnet config files and/or environment variables based on argparse'
arch=('any')
@@ -15,7 +15,7 @@ makedepends=(
python-setuptools
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/omni-us/jsonargparse/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('e7c33837ef40f84769aadaab39e46e43636c45a24cbc5ce7102104fa0d1ed28f02e296fa826467ebeb2a3fa54b2868d3247e2dda8eaae3854323af5708fa98cd')
+sha512sums=('8eef95aff1898f1679a543460e3c02d6e10f87836bebe9c74e3c94a6d957d87a0f921954f8acc3539fc61d2c186afe7b683a4981317344bafbd192d916926998')
get_pyver() {
python -c 'import sys; print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))'