Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
bcachefs-tools
Commits:
7d8a678c by Frederik Schwan at 2026-07-03T21:51:34+02:00
upgpkg: 3:1.38.8-2: include rust and rust-bindgen dependencies in dkms package
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bcachefs-tools
pkgdesc = BCacheFS filesystem utilities
pkgver = 1.38.8
- pkgrel = 1
+ pkgrel = 2
epoch = 3
url = https://bcachefs.org/
arch = x86_64
@@ -70,3 +70,5 @@ pkgname = bcachefs-tools
pkgname = bcachefs-dkms
depends = bash
depends = dkms
+ depends = rust
+ depends = rust-bindgen
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgbase=bcachefs-tools
pkgname=(bcachefs-tools bcachefs-dkms)
epoch=3
pkgver=1.38.8
-pkgrel=1
+pkgrel=2
pkgdesc='BCacheFS filesystem utilities'
arch=('x86_64')
url='https://bcachefs.org/'
@@ -98,6 +98,8 @@ package_bcachefs-dkms() {
depends=(
bash
dkms
+ rust
+ rust-bindgen
)
cd ${pkgbase}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/commit/7d8a678cbe1aa0125045008544748a1ff441ec20
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/commit/7d8a678cbe1aa0125045008544748a1ff441ec20
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