* update hwdata to 0.391-1

This commit is contained in:
Alexander Baldeck 2025-02-03 20:26:15 +01:00
parent 8eba2c0643
commit 8ae0e16b93
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=hwdata
pkgver=0.390
pkgver=0.391
pkgrel=1
pkgdesc="hardware identification databases"
makedepends=('git')
@ -11,7 +11,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}