summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-09-14 20:24:47 +0800
committerlilac2022-09-14 20:24:47 +0800
commit37888bc4baad053b591563b095e97d97d9409e61 (patch)
treeb2a17039fd041cfbce8e0a78b1526c9cce804f4c /PKGBUILD
parentce14439357f76b5ed78fc2abe2c26306c9926387 (diff)
downloadaur-37888bc4baad053b591563b095e97d97d9409e61.tar.gz
[lilac] updated to 4.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b6771a1fdc4..bee4fa68e1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=jsonargparse
pkgname=python-jsonargparse
-pkgver=4.13.3
+pkgver=4.14.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=('14d9fb43abf9f690f0b22a4ee39ed693ec8f5e5937716ed57230732a038c477dd1b5aa0870eeaf964794df4516d2ffe3387eff111dae4dce86bca4f287e39b3b')
+sha512sums=('2c5923efac1740adfcc4b898f0707dac24cb75311c1af6fa3b1b20e7f16f66300aec0f2cae2fb2e34d9229bad99736d571855797b00bd83ff497f890e478eab1')
build() {
cd "${_pkgname}-${pkgver}"