alarm/raspberrypi-utils to 20240204-1

This commit is contained in:
graysky 2024-02-04 08:19:59 -05:00
parent 649fe3bef0
commit 2df4d57387

View file

@ -1,9 +1,9 @@
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
pkgname=raspberrypi-utils
pkgver=20240203
pkgrel=2
_commit=b5191011dd47e22e4d6ca99fd6acef6004994a6b
pkgver=20240204
pkgrel=1
_commit=1eb8c20dfa258c549139fae2b21185ac290051c5
pkgdesc="Legacy scripts and simple applications for Raspberry Pi"
arch=('aarch64' 'armv7h')
url="https://github.com/raspberrypi/utils"
@ -15,16 +15,9 @@ conflicts=('raspberrypi-firmware')
options=(!strip)
source=("utils-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/utils/archive/$_commit.tar.gz"
10-raspberrypi-utils.rules
0001-Revert-dtmerge-Make-i2c_arm-vc-creation-conditional.patch
)
md5sums=('2c54ac5fb4295da4cfc8d37106418458'
'a0423d9850cc56a15967e103c351c335'
'5cab163f641a28e258740a6ba3b13021')
prepare() {
cd "utils-$_commit"
patch -p1 -i ../0001-Revert-dtmerge-Make-i2c_arm-vc-creation-conditional.patch
}
md5sums=('60c80a1a669d9a869e4b9c9d514eaed8'
'a0423d9850cc56a15967e103c351c335')
build() {
cd "utils-$_commit"