This commit is contained in:
Jguer 2017-12-04 16:18:42 +09:00
parent c36666539b
commit 1cec81f1f8
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F

View File

@ -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}"
}