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

Morten Linderud foxboron at archlinux.org
Sat Nov 23 11:59:54 UTC 2019


    Date: Saturday, November 23, 2019 @ 11:59:54
  Author: foxboron
Revision: 532059

upgpkg: podman 1.6.3-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 11:53:14 UTC (rev 532058)
+++ PKGBUILD	2019-11-23 11:59:54 UTC (rev 532059)
@@ -2,7 +2,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -11,9 +11,11 @@
 depends=(cni-plugins conmon device-mapper iptables libseccomp ostree runc skopeo
          btrfs-progs slirp4netns libsystemd)
 makedepends=(go-pie go-md2man git)
-_commit=f3ffda1e08f19e9a6a88484136b5eed76533f21a
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
+_commit=9d087f6a766259ba53b224944f1b7b778035c370
+source=("git+$url#commit=$_commit"
+        "fix-makefile.patch::https://github.com/containers/libpod/commit/ca4c24cce1345ab8757cd9a590a0f099207150fa.patch")
+sha256sums=('SKIP'
+            'b94b7b07320e95e068972d697ae36a027bc48d173e1f52b96f7817e63e77f92f')
 
 pkgver() {
   cd libpod
@@ -23,6 +25,7 @@
 prepare() {
   cd libpod
   sed -i '/^LDFLAGS_PODMAN ?=/s/$(LDFLAGS)//' Makefile
+  patch -Np1 < "../fix-makefile.patch"
 }
 
 build() {



More information about the arch-commits mailing list