summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-07-02 04:28:59 +0800
committerlilac2022-07-02 04:28:59 +0800
commit51956dddf6756f5f7dc2ef534ffd48921a027786 (patch)
tree9f24f5a593f05e1fbae2f581023967f780031dc0 /PKGBUILD
parentf4542e211bb0b8f71a7d2330814231e035a3a944 (diff)
downloadaur-51956dddf6756f5f7dc2ef534ffd48921a027786.tar.gz
[lilac] updated to 4.10.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4daec73a30a..80636f16d064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=jsonargparse
pkgname=python-jsonargparse
-pkgver=4.10.1
+pkgver=4.10.2
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=('85d647ec071abcb2ab6d45cc253211f69ee715e89c0c6a8f264dd138ce4cdb75efa9d889a1428e8d652a949cf71a7d9e9d8aa455d497acacb37a4e9b6fd4abd2')
+sha512sums=('26c009e213f1e155d3b546e60976c8d00d7b40f9bfd786c31c9c4233e05d598cea81640b66dafb3f4c1a19ebad74ba04ac4c5b6ef3c453356a1aeafbea55f2e8')
get_pyver() {
python -c 'import sys; print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))'