Date: Wednesday, February 10, 2021 @ 07:13:45 Author: tpowa Revision: 407780
#68218 added signature and sha256sum Modified: hwids/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-10 07:08:34 UTC (rev 407779) +++ PKGBUILD 2021-02-10 07:13:45 UTC (rev 407780) @@ -7,10 +7,11 @@ 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 | \
