Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
framework-system
Commits:
04db6d76 by Caleb Maclennan at 2026-01-17T22:24:40+03:00
upgpkg: 0.5.0-1
- - - - -
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.4.5
- pkgrel = 3
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/FrameworkComputer/framework-system
arch = x86_64
license = BSD-3-Clause
@@ -10,8 +10,8 @@ pkgbase = framework-system
depends = gcc-libs
depends = glibc
options = !lto
- source =
framework-system::git+https://github.com/FrameworkComputer/framework-system.git#tag=v0.4.5
- sha256sums =
8054125e841b1518d5324d42a3920759e469649323ac898318d17a6ae2a9a6b5
- b2sums =
f2008168a6099ab2fa346d927dd8aaa0b00815f5ac1277c50087643cf824c8a252de95d3d42972e85b1fe2e8b543eb8aacb9f32a710d91ab5916970a1a7582ec
+ source =
framework-system::git+https://github.com/FrameworkComputer/framework-system.git#tag=v0.5.0
+ sha256sums =
85d6dad07a5e9474d647eae9805f9b25510b689e890751f7f33dd9123b7dc593
+ b2sums =
13345007ab152a5287b7a5fcb5969f9c481bdcce10263be7acf6047b5324e95585b84c5a00724f3a2b51a9745bb696b9168e2309db7d9189adf4bb7dd76b5ef5
pkgname = framework-system
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=framework-system
-pkgver=0.4.5
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc='Tools to interact with the Framework Computer systems'
url='https://github.com/FrameworkComputer/framework-system'
arch=(x86_64)
@@ -17,8 +17,8 @@ makedepends=(
)
options=(!lto)
source=($pkgname::"git+https://github.com/FrameworkComputer/framework-system.git#tag=v${pkgver}")
-sha256sums=('8054125e841b1518d5324d42a3920759e469649323ac898318d17a6ae2a9a6b5')
-b2sums=('f2008168a6099ab2fa346d927dd8aaa0b00815f5ac1277c50087643cf824c8a252de95d3d42972e85b1fe2e8b543eb8aacb9f32a710d91ab5916970a1a7582ec')
+sha256sums=('85d6dad07a5e9474d647eae9805f9b25510b689e890751f7f33dd9123b7dc593')
+b2sums=('13345007ab152a5287b7a5fcb5969f9c481bdcce10263be7acf6047b5324e95585b84c5a00724f3a2b51a9745bb696b9168e2309db7d9189adf4bb7dd76b5ef5')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/framework-system/-/commit/04db6d76fdb1106b51060b6078345bb8bdf88ec8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/framework-system/-/commit/04db6d76fdb1106b51060b6078345bb8bdf88ec8
You're receiving this email because of your account on gitlab.archlinux.org.