[arch-commits] Commit in skopeo/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Oct 14 15:13:51 UTC 2019
Date: Monday, October 14, 2019 @ 15:13:50
Author: foxboron
Revision: 515711
upgpkg: skopeo 0.1.39-3
go 1.13.1 security rebuild
Modified:
skopeo/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 15:11:14 UTC (rev 515710)
+++ PKGBUILD 2019-10-14 15:13:50 UTC (rev 515711)
@@ -2,7 +2,7 @@
pkgname=skopeo
pkgver=0.1.39
-pkgrel=2
+pkgrel=3
pkgdesc='A command line utility for various operations on container images and image repositories.'
arch=(x86_64)
url='https://github.com/projectatomic/skopeo'
@@ -37,6 +37,8 @@
build() {
cd $pkgname
+ export GOFLAGS="-trimpath"
+ export CGO_LDFLAGS="$LDFLAGS"
make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
make docs
}
More information about the arch-commits
mailing list