Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
buildkit


Commits:
557ea5fa by Caleb Maclennan at 2026-06-29T19:07:18+03:00
upgpkg: 0.31.1-2: Move containerd to optdepends, closes #17

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = buildkit
        pkgdesc = A toolkit for converting source code to build artifacts in a 
repeatable manner
        pkgver = 0.31.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/moby/buildkit
        arch = x86_64
        license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = buildkit
        makedepends = go
        depends = glibc
        depends = runc
-       depends = containerd
+       optdepends = containerd: containerd worker
        source = buildkit::git+https://github.com/moby/buildkit.git#tag=v0.31.1
        sha512sums = 
21db829aeb491db00ac77dd195f40585f6a975ff201f0fa6b57782a2d1840990bbcd6a6edf969ed13cf93fdd01f50be37e17751945681b531f7a4985dd42dc6c
        b2sums = 
af04b6cf0bf5689115398bb23c15331de33703d6c026bab306805536cbe9672ede37af231e13904a99c3e578fbfbf67442e8edaf15092dc69c8ad04f8d3e0aa2


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,15 @@
 
 pkgname=buildkit
 pkgver=0.31.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A toolkit for converting source code to build artifacts in a 
repeatable manner'
 arch=(x86_64)
-url='https://github.com/moby/buildkit'
+url="https://github.com/moby/$pkgname";
 license=(Apache-2.0)
-depends=(glibc runc containerd)
+depends=(glibc # libc.so libresolve.so
+         runc)
 makedepends=(git go)
+optdepends=('containerd: containerd worker')
 source=("$pkgname::git+$url.git#tag=v$pkgver")
 
sha512sums=('21db829aeb491db00ac77dd195f40585f6a975ff201f0fa6b57782a2d1840990bbcd6a6edf969ed13cf93fdd01f50be37e17751945681b531f7a4985dd42dc6c')
 
b2sums=('af04b6cf0bf5689115398bb23c15331de33703d6c026bab306805536cbe9672ede37af231e13904a99c3e578fbfbf67442e8edaf15092dc69c8ad04f8d3e0aa2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/557ea5fa87139749f5a0ceeb6d5f2977e304945c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/557ea5fa87139749f5a0ceeb6d5f2977e304945c
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


Reply via email to