From cb091d0331c28cdd492cc3a0d2dc11aa251235d8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 14 Jun 2024 17:30:26 -0400 Subject: [PATCH] hugo: fix aarch64-musl completions --- srcpkgs/hugo/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index bfcff729fcf..f46c36c5534 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -1,7 +1,7 @@ # Template file for 'hugo' pkgname=hugo version=0.127.0 -revision=1 +revision=2 build_style=go build_helper=qemu go_import_path="github.com/gohugoio/hugo" @@ -16,11 +16,6 @@ checksum=549c7ebdf2ee6b3107ea10a9fbd9932a91bb3f30f7e8839245f6d8e318aca88c post_install() { vdoc README.md - # https://build.voidlinux.org/builders/aarch64-musl_builder/builds/49650/steps/shell_3/logs/stdio - if [ "$XBPS_TARGET_MACHINE" = "aarch64-musl" ]; then - return - fi - hugo=$(find $GOPATH/bin -name hugo) vtargetrun $hugo gen man