Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
system76-firmware
Commits:
13d76776 by Maxime Gauduin at 2026-06-03T00:01:35+02:00
upgpkg: 1.0.76-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = system76-firmware
pkgdesc = System76 Firmware Tool and Daemon
- pkgver = 1.0.74
- pkgrel = 2
+ pkgver = 1.0.76
+ pkgrel = 1
url = https://github.com/pop-os/system76-firmware
arch = x86_64
license = GPL-3.0-only
@@ -10,14 +10,15 @@ pkgbase = system76-firmware
depends = ca-certificates
depends = dbus
depends = dfu-programmer
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
depends = glibc
depends = efibootmgr
depends = openssl
depends = xz
provides = system76-firmware-daemon
conflicts = system76-firmware-daemon
- source =
git+https://github.com/pop-os/system76-firmware.git#tag=c3e2bec4c00c90963a571cb4cda6a7462facfbe6
- b2sums =
7504c90fb535896d1492724f37259462472d92874fa37fc4a9c0240f7bcfab425d3a575b1d2dfd9b6c22e179554eb41338d00af882fe6fcb09a702b40839b5ed
+ source = git+https://github.com/pop-os/system76-firmware.git#tag=1.0.76
+ b2sums =
d3c0f62ca7a267126f5b9fd81737fc827c6e40f0cad6cbc145368bec864ea0cbfce2e271401d0c5b72c9d385eb818be9c843ea65ae3fdc3c0b040ccc107cd9a2
pkgname = system76-firmware
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Corey Hinshaw <[email protected]>
pkgname=system76-firmware
-pkgver=1.0.74
-pkgrel=2
+pkgver=1.0.76
+pkgrel=1
pkgdesc='System76 Firmware Tool and Daemon'
arch=(x86_64)
url=https://github.com/pop-os/system76-firmware
@@ -13,7 +13,8 @@ depends=(
ca-certificates
dbus
dfu-programmer
- gcc-libs
+ libgcc
+ libstdc++
glibc
efibootmgr
openssl
@@ -25,13 +26,12 @@ makedepends=(
)
provides=(system76-firmware-daemon)
conflicts=(system76-firmware-daemon)
-_tag=c3e2bec4c00c90963a571cb4cda6a7462facfbe6
-source=(git+https://github.com/pop-os/system76-firmware.git#tag=${_tag})
-b2sums=('7504c90fb535896d1492724f37259462472d92874fa37fc4a9c0240f7bcfab425d3a575b1d2dfd9b6c22e179554eb41338d00af882fe6fcb09a702b40839b5ed')
+source=(git+https://github.com/pop-os/system76-firmware.git#tag=${pkgver})
+b2sums=('d3c0f62ca7a267126f5b9fd81737fc827c6e40f0cad6cbc145368bec864ea0cbfce2e271401d0c5b72c9d385eb818be9c843ea65ae3fdc3c0b040ccc107cd9a2')
-pkgver() {
+prepare() {
cd system76-firmware
- git describe --tags
+ sed -i
's|\$(sysconfdir)/dbus-1/system.d/|\$(datarootdir)/dbus-1/system.d/|g' Makefile
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/system76-firmware/-/commit/13d7677682fa59f1d4e9da655ace52baa645524c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/system76-firmware/-/commit/13d7677682fa59f1d4e9da655ace52baa645524c
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