diff --git a/hwids/trunk/PKGBUILD b/hwids/trunk/PKGBUILD index 15b784cb5b4..b2291630d45 100644 --- a/hwids/trunk/PKGBUILD +++ b/hwids/trunk/PKGBUILD @@ -1,16 +1,17 @@ # Maintainer: Tom Gundersen pkgname=hwids pkgver=20200813.1 -pkgrel=1 +pkgrel=2 pkgdesc="hardware identification databases" makedepends=('git' 'unoconv') url=https://github.com/gentoo/hwids license=('GPL2') arch=('any') -source=("git+https://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}" - http://download.microsoft.com/download/7/E/7/7E7662CF-CBEA-470B-A97E-CE7CE0D98DC2/ISA_PNPID_List.xlsx) -md5sums=('SKIP' - 'd333b8c34e8fda9456d60e8ab999e94d') +source=("git+https://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}?signed" + https://download.microsoft.com/download/7/E/7/7E7662CF-CBEA-470B-A97E-CE7CE0D98DC2/ISA_PNPID_List.xlsx) +validpgpkeys=('226DE4AA4B9704A49DEF6B9B1A333AEFBD714C02') # Mike Gilbert +sha256sums=('SKIP' + '775323da066e5435978eac8e8dd54af15278329d1455e145d163aede27d7998e') prepare() { # from https://github.com/vcrhonek/hwdata/blob/master/Makefile unoconv --stdout -f csv ${srcdir}/ISA_PNPID_List.xlsx | \