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

Anatol Pomozov anatolik at archlinux.org
Sat May 23 05:34:37 UTC 2020


    Date: Saturday, May 23, 2020 @ 05:34:37
  Author: anatolik
Revision: 631840

upgpkg: gitlab-shell 2:13.2.0-1

Modified:
  gitlab-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 05:15:54 UTC (rev 631839)
+++ PKGBUILD	2020-05-23 05:34:37 UTC (rev 631840)
@@ -11,7 +11,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-shell
-pkgver=12.2.0
+pkgver=13.2.0
 pkgrel=1
 epoch=2
 pkgdesc="Git management software"
@@ -28,7 +28,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/-/archive/v${pkgver}/gitlab-shell-v${pkgver}.tar.gz"
         "gitlab-shell.gitconfig"
         "gitlab-shell.sysusers")
-sha512sums=('77147195a66ca8ee8e1da21334049673ddadd5abb8079549d2d36ba2ac8fa254047d40da6168032dc1c435f4a39318a3ed0c2b4b2c7936d3d07b46466f4aadfc'
+sha512sums=('75aa095b4912a7ce7e7523a454cb32b543cb3e0061cba8c5346cf2837b486dee49fad855d73086ad7a303cfd9e47f4119e2d3806deaab0bea0bd745f0122fd61'
             '5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
             '616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
 
@@ -53,6 +53,11 @@
 build() {
   cd "${srcdir}/${_srcdir}"
 
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   make build
 }
 



More information about the arch-commits mailing list