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

Morten Linderud foxboron at archlinux.org
Wed Oct 3 11:06:21 UTC 2018


    Date: Wednesday, October 3, 2018 @ 11:06:20
  Author: foxboron
Revision: 389166

upgpkg: git-lfs 2.5.2-2

Modified:
  git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 11:01:06 UTC (rev 389165)
+++ PKGBUILD	2018-10-03 11:06:20 UTC (rev 389166)
@@ -2,7 +2,7 @@
 
 pkgname=git-lfs
 pkgver=2.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')
 url="https://git-lfs.github.com"
@@ -20,6 +20,7 @@
 build(){
   export GOPATH="${srcdir}" 
   cd "src/github.com/git-lfs/git-lfs"
+  go generate ./commands
   go install -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" ./...
   make man
 }



More information about the arch-commits mailing list