Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
framework-system
Commits:
430d294c by Christian Heusel at 2026-03-02T16:53:19+01:00
upgpkg: 0.5.0-2: Add missing dependencies according to namcap
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = framework-system
pkgdesc = Tools to interact with the Framework Computer systems
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FrameworkComputer/framework-system
arch = x86_64
license = BSD-3-Clause
@@ -9,6 +9,8 @@ pkgbase = framework-system
makedepends = git
depends = glibc
depends = libgcc
+ depends = libusb
+ depends = systemd-libs
options = !lto
source =
framework-system::git+https://github.com/FrameworkComputer/framework-system.git#tag=v0.5.0
sha256sums =
85d6dad07a5e9474d647eae9805f9b25510b689e890751f7f33dd9123b7dc593
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=framework-system
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Tools to interact with the Framework Computer systems'
url='https://github.com/FrameworkComputer/framework-system'
arch=(x86_64)
@@ -10,6 +10,8 @@ license=(BSD-3-Clause)
depends=(
glibc
libgcc
+ libusb
+ systemd-libs
)
makedepends=(
cargo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/framework-system/-/commit/430d294cdad7a0b554a09672e292f0c245827293
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/framework-system/-/commit/430d294cdad7a0b554a09672e292f0c245827293
You're receiving this email because of your account on gitlab.archlinux.org.