summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzargbell2017-02-26 15:15:19 +0200
committerzargbell2017-02-26 15:15:19 +0200
commit997c1f7240500fe64806607f8a480b2141eb1f9a (patch)
treec36505029cc658d0f0e45e130c811623f147aead
parentfed2ce8591d6d8c192741b92ebcedf7538c1b82a (diff)
downloadaur-997c1f7240500fe64806607f8a480b2141eb1f9a.tar.gz
update
-rw-r--r--PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2e133e0989..4294ac0dd8ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,10 +34,6 @@ prepare() {
mkdir -p $GOBIN
go env
-
- gopkgFR="$(git config --global http.https://gopkg.in.followRedirects || true)"
-
- git config --global http.https://gopkg.in.followRedirects true
}
pkgver(){
@@ -47,11 +43,6 @@ pkgver(){
build() {
go get -v go.universe.tf/netboot/cmd/pixiecore
-
- case "${gopkgFR}" in
- "" ) git config --global --unset http.https://gopkg.in.followRedirects;;
- * ) git config --global http.https://gopkg.in.followRedirects "${gopkgFR}";;
- esac
}