Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / buildah
Commits: ad53b528 by Morten Linderud at 2024-06-06T20:50:51+02:00 upgpkg: 1.36.0-1: move to passt and oci-runtime deps - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = buildah pkgdesc = A tool which facilitates building OCI images - pkgver = 1.35.3 + pkgver = 1.36.0 pkgrel = 1 url = https://github.com/containers/buildah arch = x86_64 @@ -14,16 +14,14 @@ pkgbase = buildah makedepends = libassuan makedepends = bzip2 makedepends = go-md2man - makedepends = runc makedepends = skopeo makedepends = systemd - depends = crun + depends = oci-runtime depends = skopeo - depends = slirp4netns - optdepends = passt: for rootless network support + depends = passt options = !lto options = !debug - source = git+https://github.com/containers/buildah.git#tag=v1.35.3 - sha512sums = 853e94282538ec3ebfcccc231f5cbefbe969422e695610b427960056b60cdca665457f94b98ffced0b68189185440b94e1983516eaa3797d51da93fc43e7ac3a + source = git+https://github.com/containers/buildah.git#tag=v1.36.0 + sha512sums = 1cc3a1cfb890ec04eadbe3efdfa66c29282b648f3ffb9e755de9344426e057b0bc65f3edd1deb7f0862d6faf9b2289ecbeeca3e122a816c3ee9cf31dd4bb5ade pkgname = buildah ===================================== PKGBUILD ===================================== @@ -3,19 +3,18 @@ # Maintainer: George Rawlinson <grawlin...@archlinux.org> pkgname=buildah -pkgver=1.35.3 +pkgver=1.36.0 pkgrel=1 pkgdesc="A tool which facilitates building OCI images" arch=(x86_64) url="https://github.com/containers/buildah" license=(Apache) -depends=(crun skopeo slirp4netns) -optdepends=('passt: for rootless network support') +depends=(oci-runtime skopeo passt) makedepends=(go git bats btrfs-progs device-mapper gpgme libassuan - bzip2 go-md2man runc skopeo systemd) + bzip2 go-md2man skopeo systemd) options=(!lto !debug) source=(git+https://github.com/containers/buildah.git#tag=v$pkgver) -sha512sums=('853e94282538ec3ebfcccc231f5cbefbe969422e695610b427960056b60cdca665457f94b98ffced0b68189185440b94e1983516eaa3797d51da93fc43e7ac3a') +sha512sums=('1cc3a1cfb890ec04eadbe3efdfa66c29282b648f3ffb9e755de9344426e057b0bc65f3edd1deb7f0862d6faf9b2289ecbeeca3e122a816c3ee9cf31dd4bb5ade') pkgver() { cd buildah View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/ad53b52891152af68eafedff0c94639309e59ce8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/ad53b52891152af68eafedff0c94639309e59ce8 You're receiving this email because of your account on gitlab.archlinux.org.