From e70651c953ea91ff906294a4a2ed1551d9951256 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 1 Oct 2020 20:48:22 +0200 Subject: [PATCH] yq: update to 2.11.1. --- srcpkgs/yq/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index c6bcf76d96..100dc4be7d 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,19 +1,18 @@ # Template file for 'yq' pkgname=yq -version=2.10.0 -revision=2 -archs=noarch +version=2.11.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-yaml" depends="python3-setuptools python3-xmltodict python3-yaml python3-toml python3-argcomplete" -checkdepends="jq python3-xmltodict python3-toml" +checkdepends="jq python3-xmltodict python3-toml python3-argcomplete" short_desc="Command-line YAML processor written in Python that wraps around jq" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/kislyuk/yq" distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz" -checksum=abaf2c0728f1c38dee852e976b0a6def5ab660d67430ee5af76b7a37072eba46 +checksum=74f64e3784a34d8a18efd8addc83cf5ca3478a0a69517d70fd9158a3809f99e0 do_check() { python3 test/test.py