Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
buildah
Commits:
225d3fbb by Morten Linderud at 2026-06-08T21:24:10+02:00
upgpkg: 1:1.43.1-1: downgrade buildah because of incompatible containers-common
package
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,9 @@
pkgbase = buildah
pkgdesc = A tool which facilitates building OCI images
- pkgver = 1.44.0
+ pkgver = 1.43.1
pkgrel = 1
- url = https://github.com/containers/buildah
+ epoch = 1
+ url = https://github.com/podman-container-tools/buildah
arch = x86_64
license = Apache-2.0
makedepends = go
@@ -22,9 +23,10 @@ pkgbase = buildah
depends = libseccomp
depends = gpgme
depends = sqlite
+ depends = containers-common
options = !lto
options = !debug
- source = git+https://github.com/containers/buildah.git#tag=v1.44.0
- sha512sums =
38731dc82bc5540da1f5fe99fb39f1af978a1f28173eef3393594f726e602e4ed08dac4df4f14ea17484eb076868b74ea72294eceb739b9c8316d685b3c68c6d
+ source = git+https://github.com/containers/buildah.git#tag=v1.43.1
+ sha512sums =
f4a93cf8dfa94463c1197e9c14c95c684e7b0c56f78310e1ff1474beb2d56423575359edabe3817da90cb0d51dced29b4e4d152efd28e21ba40f3da5279251b0
pkgname = buildah
=====================================
PKGBUILD
=====================================
@@ -1,20 +1,21 @@
-# Maintainer: Bartłomiej Piotrowski <[email protected]>
# Maintainer: Morten Linderud <[email protected]>
# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
pkgname=buildah
-pkgver=1.44.0
+epoch=1
+pkgver=1.43.1
pkgrel=1
pkgdesc="A tool which facilitates building OCI images"
arch=(x86_64)
-url="https://github.com/containers/buildah"
+url="https://github.com/podman-container-tools/buildah"
license=(Apache-2.0)
-depends=(oci-runtime skopeo passt libseccomp gpgme sqlite)
+depends=(oci-runtime skopeo passt libseccomp gpgme sqlite containers-common)
makedepends=(go git bats btrfs-progs device-mapper gpgme libassuan
bzip2 go-md2man skopeo systemd)
options=(!lto !debug)
source=(git+https://github.com/containers/buildah.git#tag=v$pkgver)
-sha512sums=('38731dc82bc5540da1f5fe99fb39f1af978a1f28173eef3393594f726e602e4ed08dac4df4f14ea17484eb076868b74ea72294eceb739b9c8316d685b3c68c6d')
+sha512sums=('f4a93cf8dfa94463c1197e9c14c95c684e7b0c56f78310e1ff1474beb2d56423575359edabe3817da90cb0d51dced29b4e4d152efd28e21ba40f3da5279251b0')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/225d3fbb859b2b08572d4aae24e41004fcc6fc45
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/225d3fbb859b2b08572d4aae24e41004fcc6fc45
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help