summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJguer2017-12-04 16:18:42 +0900
committerJguer2017-12-04 16:18:42 +0900
commit1cec81f1f8e52205fb868e5f0c516e6cd6b8fd2f (patch)
tree2eeb0ee33304a5d0fa472eb3ed15113a3d1d0ce3
parentc36666539b51be19da776f955f5afd24bcd62c7b (diff)
downloadaur-1cec81f1f8e5.tar.gz
V2.219
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a8d8cc71226..cc5f7750f40b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,6 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver"
- git submodule update --init
go build -v -o ${pkgname} -ldflags "-s -w -X main.version=${pkgver}"
}