Remove unecessary build tag
This commit is contained in:
parent
ad0194e1c4
commit
8933ed6303
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -24,7 +24,7 @@ build() {
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
|
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go build -tags autofill -o build/$pkgname .
|
go build -o build/$pkgname .
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue