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

Morten Linderud foxboron at archlinux.org
Tue Sep 1 20:04:41 UTC 2020


    Date: Tuesday, September 1, 2020 @ 20:04:41
  Author: foxboron
Revision: 695915

upgpkg: podman 2.0.6-1

Modified:
  podman/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 20:02:38 UTC (rev 695914)
+++ PKGBUILD	2020-09-01 20:04:41 UTC (rev 695915)
@@ -3,7 +3,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -30,7 +30,7 @@
   export GOFLAGS="-buildmode=pie -trimpath"
 
   cd libpod
-  make
+  make EXTRA_LDFLAGS='-s -w -linkmode=external'
 }
 
 package_podman() {



More information about the arch-commits mailing list