From 566d4fce49213a5f1216bae90f2ef63e656c8325 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 6 Nov 2018 16:42:46 -0200 Subject: [PATCH] yq: update to 2.7.1. --- srcpkgs/yq/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index 9ee83897bf..2199e493a9 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,19 +1,20 @@ # Template file for 'yq' pkgname=yq -version=2.7.0 +version=2.7.1 revision=1 noarch=yes build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-yaml" -checkdepends="jq python3-xmltodict python3-toml" +depends="python3-setuptools" depends="jq python3-xmltodict python3-yaml python3-toml" +checkdepends="jq python3-xmltodict python3-toml" short_desc="Command-line YAML processor written in Python that wraps around jq" maintainer="maxice8 " license="Apache-2.0" homepage="https://github.com/kislyuk/yq" distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz" -checksum=f62de3b596056bfb26517b88c1c1775b8364cdae963e36b29ba49623e689a8db +checksum=001b746228f15da5109a3677eccf3f6eeeca88fd5b3ca408d1a8a1fee0e220b0 do_check() { python3 test/test.py