mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-rpi to 6.1.27-3
This commit is contained in:
parent
5eaddeb17f
commit
36844a7800
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
|||
# Contributer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-rpi
|
||||
_commit=83cf6b410113c98ebfd0b7fef70b1a7c9539b0b9
|
||||
_commit=4c1f34d8fa490f1b1f632b735d3527d426269ff9
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.1.27
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -162,7 +162,7 @@ _package() {
|
|||
# sed expression for following substitutions
|
||||
local _subst="
|
||||
s|%PKGBASE%|${pkgbase}|g
|
||||
s|%KERNVER%|$(version)|g
|
||||
s|%KERNVER%|$(<version)|g
|
||||
"
|
||||
|
||||
# install mkinitcpio preset file
|
||||
|
|
Loading…
Reference in a new issue