George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
buildah
Commits:
ba046aed by George Rawlinson at 2025-03-05T10:32:02+13:00
upgpkg: 1.39.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = buildah
pkgdesc = A tool which facilitates building OCI images
- pkgver = 1.39.0
+ pkgver = 1.39.1
pkgrel = 1
url = https://github.com/containers/buildah
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = go
makedepends = git
makedepends = bats
@@ -19,9 +19,11 @@ pkgbase = buildah
depends = oci-runtime
depends = skopeo
depends = passt
+ depends = libseccomp
+ depends = gpgme
options = !lto
options = !debug
- source = git+https://github.com/containers/buildah.git#tag=v1.39.0
- sha512sums =
e5e83a89a6419235fc35cf4d647d45e6027cac5f49bb1d435483c3cc906ff84adc84ed68b9ab968ba6477b5cffb6eb2b73b37ff5339ca416435fcbb57f16d1e3
+ source = git+https://github.com/containers/buildah.git#tag=v1.39.1
+ sha512sums =
917f6c2d3c373f773f0e7e95a4dc79f4e52e8f6759eecac97fec1dc103fcc81b02fc7ef76c098da1bff14608aaefd16d5dc59564d6a9b73124a6ca867f84f3dd
pkgname = buildah
=====================================
PKGBUILD
=====================================
@@ -3,23 +3,18 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=buildah
-pkgver=1.39.0
+pkgver=1.39.1
pkgrel=1
pkgdesc="A tool which facilitates building OCI images"
arch=(x86_64)
url="https://github.com/containers/buildah"
-license=(Apache)
-depends=(oci-runtime skopeo passt)
+license=(Apache-2.0)
+depends=(oci-runtime skopeo passt libseccomp gpgme)
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=('e5e83a89a6419235fc35cf4d647d45e6027cac5f49bb1d435483c3cc906ff84adc84ed68b9ab968ba6477b5cffb6eb2b73b37ff5339ca416435fcbb57f16d1e3')
-
-pkgver() {
- cd buildah
- git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
+sha512sums=('917f6c2d3c373f773f0e7e95a4dc79f4e52e8f6759eecac97fec1dc103fcc81b02fc7ef76c098da1bff14608aaefd16d5dc59564d6a9b73124a6ca867f84f3dd')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/ba046aed899401603e8b836870e1c579f3edc361
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/ba046aed899401603e8b836870e1c579f3edc361
You're receiving this email because of your account on gitlab.archlinux.org.