Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
hwdata
Commits:
f5785d2c by Tobias Powalowski at 2025-01-03T15:12:40+01:00
upgpkg: 0.391-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = hwdata
pkgdesc = hardware identification databases
- pkgver = 0.390
+ pkgver = 0.391
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.390?signed
+ source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.391?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
- b2sums =
692873376a17e5942af7b105a088a9e1f1d402607c8b42555f3345d59b6a8c1972a484dadb78c0e3ab22b21a84cc38b70e800a96e208691486c2362fee45c4c1
+ b2sums =
0c60d4f64e01d774eb3b4bf6704c4aaa5e2f8738ea4ffca59dd5674764e9caf053173dac941a925c63cbad5e1a8d7cc442fdecf19fedfa4347c8a784bcc0bd19
pkgname = hwdata
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Tobias Powalowski <[email protected]>
pkgname=hwdata
-pkgver=0.390
+pkgver=0.391
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=('692873376a17e5942af7b105a088a9e1f1d402607c8b42555f3345d59b6a8c1972a484dadb78c0e3ab22b21a84cc38b70e800a96e208691486c2362fee45c4c1')
+b2sums=('0c60d4f64e01d774eb3b4bf6704c4aaa5e2f8738ea4ffca59dd5674764e9caf053173dac941a925c63cbad5e1a8d7cc442fdecf19fedfa4347c8a784bcc0bd19')
build() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/f5785d2c5e8be5e783d8112872cb8089de11a988
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/f5785d2c5e8be5e783d8112872cb8089de11a988
You're receiving this email because of your account on gitlab.archlinux.org.