buildah: update to 1.28.2, add dep on storage

This commit is contained in:
Cameron Nemo 2022-12-13 17:30:37 -08:00 committed by Leah Neukirchen
parent d7608e9064
commit da5e2a7bc7

View File

@ -1,6 +1,6 @@
# Template file for 'buildah'
pkgname=buildah
version=1.28.0
version=1.28.2
revision=1
build_style=go
go_import_path=github.com/containers/buildah
@ -9,14 +9,14 @@ go_build_tags=containers_image_ostree_stub
hostmakedepends="pkg-config go-md2man"
makedepends="libostree-devel libbtrfs-devel device-mapper-devel gpgme-devel
libassuan-devel libseccomp-devel"
depends="runc containers.image"
depends="runc containers.image containers.storage"
short_desc="Dockerfile compatible OCI image building tool"
maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0"
homepage="https://github.com/containers/buildah"
changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
checksum=4e406a0cc6a90066cd471deea252fe8862dbd7fa9cb72b274617673d6159a32b
checksum=2dc5b1686473f972fbfa15637ecd1a9e2aeefd057c86dd097d1f19e2a6959411
post_build() {
make -C docs GOMD2MAN=go-md2man