From 0262d74722a8b7f30262e968fa3f37ab81ca349a Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Fri, 17 Jul 2020 22:10:16 -0700 Subject: [PATCH] podman: update to 2.0.2. Fix the Go import path to use the v2 suffix (so that 2.x is being built) and remove wrksrc. --- srcpkgs/podman/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index ebb58b360dd..1ac59f22fd0 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,10 +1,9 @@ # Template file for 'podman' pkgname=podman -version=2.0.1 +version=2.0.2 revision=1 -wrksrc="libpod-${version}" build_style=go -go_import_path="github.com/containers/libpod" +go_import_path="github.com/containers/libpod/v2" go_package="${go_import_path}/cmd/podman" go_build_tags="seccomp apparmor containers_image_ostree_stub btrfs_noversion exclude_graphdriver_btrfs" @@ -16,7 +15,7 @@ maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://podman.io/" distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz" -checksum=bc151fbcb4890f3862124d5b2b272bd0152307e3945cb9cef4ba90f14a863d80 +checksum=5fee5873e00ecbbf8c47d5519d0f138e5a322716d8d2306f4e45ab71f0a079c6 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"