extra/i2c-tools to 4.4-1

This commit is contained in:
Kevin Mihelich 2024-10-21 23:13:13 +00:00
parent bd5b18c28b
commit f9a4a5948c
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = i2c-tools
pkgdesc = Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors
pkgver = 4.3
pkgrel = 6
pkgver = 4.4
pkgrel = 1
url = https://i2c.wiki.kernel.org/index.php/I2C_Tools
arch = x86_64
license = GPL
@ -12,12 +12,12 @@ pkgbase = i2c-tools
depends = perl
optdepends = read-edid: for decode-edid script
optdepends = python: for smbus module
source = https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-4.3.tar.xz
source = https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-4.3.tar.sign
source = https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-4.4.tar.xz
source = https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-4.4.tar.sign
source = i2c-tools.sysusers
source = 45-i2c-tools.rules
validpgpkeys = 7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A
sha256sums = 1f899e43603184fac32f34d72498fc737952dbc9c97a8dd9467fadfdf4600cf9
sha256sums = 8b15f0a880ab87280c40cfd7235cfff28134bf14d5646c07518b1ff6642a2473
sha256sums = SKIP
sha256sums = bf5ee4f9876505628c5ce84e84e918c70d66be70b766d62bb138e294608ffbae
sha256sums = af9dbdc771023cd04f5b0c638c30356e6a824b32f0c04ea61fe929c71122bccd

View file

@ -6,8 +6,8 @@
# - !makeflags because concurrency fails
pkgname=i2c-tools
pkgver=4.3
pkgrel=6
pkgver=4.4
pkgrel=1
pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
arch=('x86_64')
url="https://i2c.wiki.kernel.org/index.php/I2C_Tools"
@ -23,7 +23,7 @@ source=(
"$pkgname.sysusers"
"45-i2c-tools.rules"
)
sha256sums=('1f899e43603184fac32f34d72498fc737952dbc9c97a8dd9467fadfdf4600cf9'
sha256sums=('8b15f0a880ab87280c40cfd7235cfff28134bf14d5646c07518b1ff6642a2473'
'SKIP'
'bf5ee4f9876505628c5ce84e84e918c70d66be70b766d62bb138e294608ffbae'
'af9dbdc771023cd04f5b0c638c30356e6a824b32f0c04ea61fe929c71122bccd')