Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pkgbase=podman
pkgname=(podman podman-docker)
pkgver=5.6.0
pkgrel=2
pkgver=5.8.1
pkgrel=1
pkgdesc='Tool and library for running OCI-based containers in pods'
arch=(x86_64 aarch64 riscv64 loongarch64)
url='https://github.com/containers/podman'
Expand All @@ -26,7 +26,7 @@ source=(
busybox-grep.patch
no-systemd.patch
)
sha256sums=('2228600900a2cacb02b4ed6e6eafaea2afbab55b0ba331505a058325b7f11246'
sha256sums=('2f03c0a20619c00c32a67600d9883ea1862b17a9d364e2862e45e3d096f1f310'
'222f4428ec0446d52ec96925f79d1baef4fb318a308232d14f8fb4c82ad49ed7'
'f2bdb1af3cf665f63176e5101999ce2d37fd34906e57e6634b090e1624493069')

Expand Down