diff --git a/srcpkgs/ov/template b/srcpkgs/ov/template index 1032fa903b2..071c1b48927 100644 --- a/srcpkgs/ov/template +++ b/srcpkgs/ov/template @@ -1,18 +1,19 @@ # Template file for 'ov' pkgname=ov -version=0.41.0 +version=0.42.1 revision=1 build_style=go build_helper=qemu go_import_path=github.com/noborus/ov go_ldflags="-X main.Version=${version} -X 'main.Revision=Void Linux'" +make_check_args="-skip TestCommand_Exec|TestExecCommand" # requires /dev/ptmx short_desc="Feature-rich terminal-based text viewer" maintainer="Bnyro " license="MIT" homepage="https://noborus.github.io/ov/" changelog="https://github.com/noborus/ov/releases" distfiles="https://github.com/noborus/ov/archive/refs/tags/v${version}.tar.gz" -checksum=5c3997c02770ff12e51abaabb60629869692653ae4ee5e5a015f3f28c070b48d +checksum=94a712214125fd6de24f0235e7aa8aa83d9220213036c73065321f2cc9ff2483 post_install() { local ov="${DESTDIR}/usr/bin/ov"