* update hwdata to 0.390-1

This commit is contained in:
Alexander Baldeck 2024-12-31 15:07:56 +01:00
parent d4b4ab617f
commit 6beaf3f580
2 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
pkgbase = hwdata
pkgdesc = hardware identification databases
pkgver = 0.389
pkgver = 0.390
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.389?signed
source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.390?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
b2sums = 525f50372f6ddc1c01e31149edd9fbe69b6b7d1867fe501941f169fd983f264f16b42a2b932f2b3e41aab5a8152a3ce7dd69b38cacd76b25a6440ba1583a994d
b2sums = 692873376a17e5942af7b105a088a9e1f1d402607c8b42555f3345d59b6a8c1972a484dadb78c0e3ab22b21a84cc38b70e800a96e208691486c2362fee45c4c1
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.389
pkgver=0.390
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=('525f50372f6ddc1c01e31149edd9fbe69b6b7d1867fe501941f169fd983f264f16b42a2b932f2b3e41aab5a8152a3ce7dd69b38cacd76b25a6440ba1583a994d')
b2sums=('692873376a17e5942af7b105a088a9e1f1d402607c8b42555f3345d59b6a8c1972a484dadb78c0e3ab22b21a84cc38b70e800a96e208691486c2362fee45c4c1')
build() {
cd ${pkgname}