community/i2c-tools to 4.2-1

This commit is contained in:
Kevin Mihelich 2021-01-19 18:59:30 +00:00
parent f20e49731f
commit 3a063bf468

View file

@ -5,8 +5,8 @@
# - !makeflags because concurrency fails # - !makeflags because concurrency fails
pkgname=i2c-tools pkgname=i2c-tools
pkgver=4.1 pkgver=4.2
pkgrel=6 pkgrel=1
pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors" pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
arch=('x86_64') arch=('x86_64')
url="https://i2c.wiki.kernel.org/index.php/I2C_Tools" url="https://i2c.wiki.kernel.org/index.php/I2C_Tools"
@ -20,10 +20,8 @@ source=(
"https://www.kernel.org/pub/software/utils/i2c-tools/$pkgname-$pkgver.tar.xz" "https://www.kernel.org/pub/software/utils/i2c-tools/$pkgname-$pkgver.tar.xz"
"https://www.kernel.org/pub/software/utils/i2c-tools/$pkgname-$pkgver.tar.sign" "https://www.kernel.org/pub/software/utils/i2c-tools/$pkgname-$pkgver.tar.sign"
) )
sha256sums=( sha256sums=('37f2dabc7082d185903ff21d1f584b5dcb4dd2eb2c879bbd8d7c50ae900dacd6'
'57b219efd183795bd545dd5a60d9eabbe9dcb6f8fb92bc7ba2122b87f98527d5' 'SKIP')
'SKIP'
)
validpgpkeys=( validpgpkeys=(
'7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A' # Jean Delvare '7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A' # Jean Delvare
) )