* update hwdata to 0.387-1

This commit is contained in:
Alexander Baldeck 2024-09-22 12:27:27 +02:00
parent 73322d9c77
commit e27f128ad7
3 changed files with 20 additions and 2 deletions

14
hwdata/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = hwdata
pkgdesc = hardware identification databases
pkgver = 0.387
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.387?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
b2sums = d7a436035b132706a8af6f60fbbc2f7604014866fb929fd52ea7a95f8db5bd6255831f58f6a29b1d81ae9190bd57402a10d0e8d8a01f07d875ac329ae14a54da
pkgname = hwdata

4
hwdata/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[hwdata]
source = "git"
git = "https://github.com/vcrhonek/hwdata.git"
prefix = "v"

View File

@ -1,7 +1,7 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=hwdata
pkgver=0.384
pkgver=0.387
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=('ca092db03223ca9f3979067d4483b3c0ffcc59fd188d5e7429f4b2db7cd1870de06df638b9b6072a06e2525a6b38bb2d6d3e40655d0f80951028e8c20810389c')
b2sums=('d7a436035b132706a8af6f60fbbc2f7604014866fb929fd52ea7a95f8db5bd6255831f58f6a29b1d81ae9190bd57402a10d0e8d8a01f07d875ac329ae14a54da')
build() {
cd ${pkgname}