Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
thermald
Commits:
566d8f78 by Frederik Schwan at 2026-01-29T10:43:36+01:00
upgpkg: 2:2.5.11-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = thermald
pkgdesc = The Linux Thermal Daemon program from 01.org
- pkgver = 2.15.10
+ pkgver = 2.5.11
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://github.com/intel/thermal_daemon
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = thermald
depends = libevdev
depends = libxml2
depends = upower
- source = git+https://github.com/intel/thermal_daemon.git#tag=v2.15.10
- b2sums =
80112fbfeb9a172d858901d72e22748ef648afc3ba1fad9dd3358d1d593bf603bd99de6798f25430bb455daeb144b33e8dc47b67fd0be788b3a66366dec11dec
+ source = git+https://github.com/intel/thermal_daemon.git#tag=v2.5.11
+ b2sums =
f3c315bb856a51a8a1a5c3008355b098f875deb3b7518854c29c3b8cb9c9fc3a321b9c0ed4b7c889dae5cefd211227999880da09a02c01a14c5a9b59068e93ae
pkgname = thermald
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,4 @@
source = "git"
git = "https://github.com/intel/thermal_daemon.git"
prefix = "v"
+exclude_regex = "v2.15.10"
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgname=thermald
_pkgname=thermal_daemon
-epoch=1
-pkgver=2.15.10
+epoch=2
+pkgver=2.5.11
pkgrel=1
pkgdesc='The Linux Thermal Daemon program from 01.org'
arch=('x86_64')
@@ -27,7 +27,7 @@ makedepends=(
source=(
"git+https://github.com/intel/thermal_daemon.git#tag=v${pkgver}"
)
-b2sums=('80112fbfeb9a172d858901d72e22748ef648afc3ba1fad9dd3358d1d593bf603bd99de6798f25430bb455daeb144b33e8dc47b67fd0be788b3a66366dec11dec')
+b2sums=('f3c315bb856a51a8a1a5c3008355b098f875deb3b7518854c29c3b8cb9c9fc3a321b9c0ed4b7c889dae5cefd211227999880da09a02c01a14c5a9b59068e93ae')
build() {
cd ${_pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/thermald/-/commit/566d8f785bce2023d2eb0c7d19522424363c2f83
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/thermald/-/commit/566d8f785bce2023d2eb0c7d19522424363c2f83
You're receiving this email because of your account on gitlab.archlinux.org.