diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index e21b6c47f6..f3a58a09be 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