Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/chezmoi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/chezmoi/PKGBUILD')
-rw-r--r--community/chezmoi/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
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