From 03a3c79cee84478c19da48edc234b0b8285a7057 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 9 Aug 2024 13:36:48 -0400 Subject: [PATCH] uni: adjust for default do_check --- srcpkgs/uni/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template index d626a1ee51d..160a7aec1a7 100644 --- a/srcpkgs/uni/template +++ b/srcpkgs/uni/template @@ -11,13 +11,8 @@ license="MIT" homepage="https://github.com/arp242/uni" distfiles="https://github.com/arp242/uni/archive/refs/tags/v${version}.tar.gz" checksum=192f904eda8cd9f3dce002bc04a5c622ea113c269d4b1a19f4c89094b05f9cd9 - conflicts="wvstreams" -do_check() { - go test -v ./... -} - post_install() { vlicense LICENSE }