diff --git a/hwdata/.SRCINFO b/hwdata/.SRCINFO index ea7fb3b98d..64af3270a3 100644 --- a/hwdata/.SRCINFO +++ b/hwdata/.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 diff --git a/hwdata/PKGBUILD b/hwdata/PKGBUILD index 3d7960d738..40d1e55e9a 100644 --- a/hwdata/PKGBUILD +++ b/hwdata/PKGBUILD @@ -1,7 +1,7 @@ # POWER Maintainer: Alexander Baldeck # Maintainer: Tobias Powalowski 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}