yq: update to 2.6.0.
Closes #13945. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
ca873edf61
commit
b5ff8084cf
1 changed files with 6 additions and 3 deletions
|
@ -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 <thinkabit.ukim@gmail.com>"
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue