From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- community/chezmoi/PKGBUILD | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 community/chezmoi/PKGBUILD (limited to 'community/chezmoi') diff --git a/community/chezmoi/PKGBUILD b/community/chezmoi/PKGBUILD deleted file mode 100644 index 6dac406f..00000000 --- a/community/chezmoi/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# Use gccgo and not go/gc on i686 and i486 -if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//go/}) - makedepends+=(gcc-go) -fi - -# failing test: FAIL github.com/twpayne/chezmoi/v2/pkg/git [build failed] -unset check -- cgit v1.2.3-54-g00ecf