[arch-commits] Commit in bashbrew/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat Apr 17 21:10:23 UTC 2021


    Date: Saturday, April 17, 2021 @ 21:10:22
  Author: foxboron
Revision: 919829

upgpkg: bashbrew 0.1.1-2: Go 1.16 rebuild

Modified:
  bashbrew/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 21:08:26 UTC (rev 919828)
+++ PKGBUILD	2021-04-17 21:10:22 UTC (rev 919829)
@@ -2,7 +2,7 @@
 
 pkgname=bashbrew
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Canonical build tool for Docker official images"
 arch=('x86_64')
 url="https://github.com/docker-library/bashbrew/"
@@ -20,11 +20,11 @@
     export CGO_CPPFLAGS="${CPPFLAGS}"
     export CGO_CXXFLAGS="${CXXFLAGS}"
     export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-    go build -o "${pkgname}" ./...
+    go build -o "${pkgname}" ./cmd/...
 }
 
 check() {
-	cd "${pkgname}"
+    cd "${pkgname}"
     go test ./...
 }
 



More information about the arch-commits mailing list