diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template index b6408edfbfa..76a945c8a62 100644 --- a/srcpkgs/qsv/template +++ b/srcpkgs/qsv/template @@ -1,6 +1,6 @@ # Template file for 'qsv' pkgname=qsv -version=0.129.1 +version=0.130.0 revision=1 archs="x86_64* i686* aarch64* arm*" # ring build_style=cargo @@ -14,8 +14,14 @@ license="Unlicense" homepage="https://qsv.dathere.com" changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md" distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz" -checksum=feae013bedd3e48d194088c5de1b2364461fdc295423641b88426d356ad12c39 +checksum=d87d8420e79ec3482b2b9d0851938401309886ba7825e870883b9a397828c922 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic" fi + +post_install() { + for shell in bash fish zsh; do + vcompletion contrib/completions/examples/qsv.$shell $shell + done +}