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

Christian Rebischke shibumi at archlinux.org
Sun Nov 15 17:16:12 UTC 2020


    Date: Sunday, November 15, 2020 @ 17:16:11
  Author: shibumi
Revision: 754607

upgpkg: mkcert 1.4.2-1 introduce full RELRO

Modified:
  mkcert/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-15 17:13:31 UTC (rev 754606)
+++ PKGBUILD	2020-11-15 17:16:11 UTC (rev 754607)
@@ -3,8 +3,8 @@
 
 pkgname=mkcert
 _package="github.com/FiloSottile/${pkgname}"
-pkgver=1.4.1
-pkgrel=4
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="Simple tool for making locally-trusted development certificates"
 arch=('x86_64')
 url="https://github.com/FiloSottile/mkcert"
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 depends=('glibc')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('23b008a06ba594f7f5a82b12d00dc129d237421f776bcbf4be04e61a99fa92d49977a616846de45ef98292e31d28bbd543bec70566d14ecfceccee8bbe49038f')
+sha512sums=('b7d78ba9347564c2a707b5984906eaaa72b3185f89b97ba52d4e8f5d18553aed3a464108caaac94558a99e4a1170e7f402e4089feacadbb684105e79df0284c0')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -20,13 +20,13 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
+  go build -v
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  go test ./...
+  go test -v ./...
 }
 
 package() {



More information about the arch-commits mailing list