buildah: fix checksum

This commit is contained in:
maxice8 2019-01-18 23:12:29 -02:00
parent d5397308de
commit 684d820712
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -3,9 +3,9 @@ pkgname=buildah
version=1.6
revision=1
build_style=go
go_import_path="github.com/containers/buildah"
go_import_path=github.com/containers/buildah
go_package="${go_import_path}/cmd/buildah"
go_build_tags="containers_image_ostree_stub"
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"
@ -15,7 +15,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/containers/buildah"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=508473832caff0e392e29003765af2682f1945f53ba8c9861708717177880448
checksum=b34f04628e08d91b4cd2604335e05eae8c5e7003761b015589c670e9711f841b
case "$XBPS_TARGET_ARCH" in
*-musl) broken="/lib/libmount.so.1: undefined reference to getrandom" ;;