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

Morten Linderud foxboron at archlinux.org
Sun Sep 13 13:41:57 UTC 2020


    Date: Sunday, September 13, 2020 @ 13:41:57
  Author: foxboron
Revision: 705128

upgpkg: git-lfs 2.12.0-2 - Fixes FS#67659

Modified:
  git-lfs/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 13:39:47 UTC (rev 705127)
+++ PKGBUILD	2020-09-13 13:41:57 UTC (rev 705128)
@@ -2,7 +2,7 @@
 
 pkgname=git-lfs
 pkgver=2.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')
 url="https://git-lfs.github.com"
@@ -20,6 +20,7 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw -ldflags=-linkmode=external"
+  go generate ./commands
   go build .
   make man
 }



More information about the arch-commits mailing list