Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
hwdata
Commits:
02942b31 by Tobias Powalowski at 2025-12-03T08:48:56+01:00
upgpkg: 0.402-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = hwdata
pkgdesc = hardware identification databases
- pkgver = 0.401
+ pkgver = 0.402
pkgrel = 1
url = https://github.com/vcrhonek/hwdata
arch = any
license = GPL-2.0-or-later
makedepends = git
replaces = hwids
- source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.401?signed
+ source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.402?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
- b2sums =
ae48c6434979221673623b0108d3b02bb7bb0a57912d0480302ef9ce756501445d051fd3b53cb50e6aabd84e0bcce7a2eedd109b8ccbc89f0395c8dc203842ba
+ b2sums =
99ac92348556c8f6b735558c7957e7ab965b2cff94686891c541fdfdc1d2cec22121e4a81bd3d8ccd972f354519a13c727cc5e3a0934dcb9864307ea278b753a
pkgname = hwdata
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Tobias Powalowski <[email protected]>
pkgname=hwdata
-pkgver=0.401
+pkgver=0.402
pkgrel=1
pkgdesc="hardware identification databases"
makedepends=('git')
@@ -10,7 +10,7 @@ license=('GPL-2.0-or-later')
arch=('any')
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
-b2sums=('ae48c6434979221673623b0108d3b02bb7bb0a57912d0480302ef9ce756501445d051fd3b53cb50e6aabd84e0bcce7a2eedd109b8ccbc89f0395c8dc203842ba')
+b2sums=('99ac92348556c8f6b735558c7957e7ab965b2cff94686891c541fdfdc1d2cec22121e4a81bd3d8ccd972f354519a13c727cc5e3a0934dcb9864307ea278b753a')
build() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/02942b31efa1de2dd1b78820cecd99bf5624a6d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/02942b31efa1de2dd1b78820cecd99bf5624a6d5
You're receiving this email because of your account on gitlab.archlinux.org.