Skip to content

Commit

Permalink
contrib/podman: update to 4.8.2
Browse files Browse the repository at this point in the history
also link system sqlite
  • Loading branch information
nekopsykose authored and q66 committed Dec 15, 2023
1 parent a84f8f2 commit 0325001
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions contrib/podman/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "podman"
pkgver = "4.8.1"
pkgver = "4.8.2"
pkgrel = 0
build_style = "go"
make_build_args = ["-mod", "vendor", "./cmd/podman", "./cmd/rootlessport"]
Expand Down Expand Up @@ -36,16 +36,15 @@
"apparmor",
"containers_image_openpgp",
"containers_image_ostree_stub",
"libsqlite3",
"seccomp",
]
pkgdesc = "Container and image management tool"
maintainer = "q66 <q66@chimera-linux.org>"
license = "Apache-2.0"
url = "https://podman.io"
source = f"https://github.com/containers/podman/archive/v{pkgver}.tar.gz"
sha256 = "d09697ed01cdc5c36069344b0ec2fdd26065554ff071e61a4701d31f008f0398"
# https://github.com/mattn/go-sqlite3/issues/1164
tool_flags = {"CFLAGS": ["-D_LARGEFILE64_SOURCE"]}
sha256 = "994537a8535f3e4d2f03ced8b0dd58fda44c9d44cef6ba5bf15a970ddfeaf6f8"
# objcopy fails to split on ppc
options = ["!debug", "!check"]

Expand Down

0 comments on commit 0325001

Please sign in to comment.