diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index 5ad8ae23a1..ab258a62bb 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -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 " 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" ;;