mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/raspberrypi-utils to 20240204-1
This commit is contained in:
parent
649fe3bef0
commit
2df4d57387
1 changed files with 5 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue