[arch-commits] Commit in git-lfs/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Oct 14 15:11:06 UTC 2019
Date: Monday, October 14, 2019 @ 15:11:05
Author: foxboron
Revision: 515709
upgpkg: git-lfs 2.8.0-3
go 1.13.1 security rebuild
Modified:
git-lfs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 14:57:27 UTC (rev 515708)
+++ PKGBUILD 2019-10-14 15:11:05 UTC (rev 515709)
@@ -2,7 +2,7 @@
pkgname=git-lfs
pkgver=2.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Git extension for versioning large files"
arch=('x86_64')
url="https://git-lfs.github.com"
@@ -17,8 +17,8 @@
build(){
cd "$pkgname"
go build \
- -gcflags "all=-trimpath=${PWD}" \
- -asmflags "all=-trimpath=${PWD}" \
+ -mod=vendor \
+ -trimpath \
-ldflags "-extldflags ${LDFLAGS}" \
.
make man
More information about the arch-commits
mailing list