[arch-commits] Commit in git-lfs/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Sep 1 20:13:27 UTC 2020
Date: Tuesday, September 1, 2020 @ 20:13:27
Author: foxboron
Revision: 695917
upgpkg: git-lfs 2.12.0-1
Modified:
git-lfs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-01 20:04:48 UTC (rev 695916)
+++ PKGBUILD 2020-09-01 20:13:27 UTC (rev 695917)
@@ -1,8 +1,8 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=git-lfs
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.12.0
+pkgrel=1
pkgdesc="Git extension for versioning large files"
arch=('x86_64')
url="https://git-lfs.github.com"
@@ -19,7 +19,7 @@
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw -ldflags=-linkmode=external"
go build .
make man
}
More information about the arch-commits
mailing list