From b5ff8084cfd2b7fae45b7c92b851c62cdc78972f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 29 Apr 2018 06:36:59 -0300 Subject: [PATCH] yq: update to 2.6.0. Closes #13945. Signed-off-by: Enno Boland --- srcpkgs/yq/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index e21b6c47f69..f3a58a09bec 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,6 +1,6 @@ # Template file for 'yq' pkgname=yq -version=2.5.0 +version=2.6.0 revision=1 noarch=yes build_style=python3-module @@ -13,8 +13,11 @@ maintainer="maxice8 " license="Apache-2.0" homepage="https://github.com/kislyuk/yq" distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz" -checksum=e9fd2aa32defcd051058e3b6f665873282aa4eed19e11b1db94fe70847535d4c -conflicts="xtools>=0" # /usr/bin/xq +checksum=c64f763e8409ed55eb055793c26fc347b5a6666b303d49e9d2f8d7cea979df73 + +post_install() { + mv "${DESTDIR}/usr/bin/xq" "${DESTDIR}/usr/bin/yq-xq" +} do_check() { python3 test/test.py