mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-rpi to 6.1.66-3
This commit is contained in:
parent
2a589ab9ce
commit
ecd6a621f0
1 changed files with 6 additions and 8 deletions
|
@ -10,9 +10,9 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.1.66
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Linux'
|
||||
url="https://www.kernel.org/"
|
||||
url="https://github.com/raspberrypi/linux"
|
||||
arch=(armv7h aarch64)
|
||||
license=(GPL2)
|
||||
makedepends=(
|
||||
|
@ -113,12 +113,9 @@ _package() {
|
|||
)
|
||||
conflicts=(
|
||||
linux
|
||||
linux-rpi-16k
|
||||
uboot-raspberrypi
|
||||
)
|
||||
replaces=(
|
||||
linux-raspberrypi-latest
|
||||
linux-raspberrypi4
|
||||
)
|
||||
install=${pkgname}.install
|
||||
backup=(
|
||||
boot/config.txt
|
||||
|
@ -174,8 +171,7 @@ _package() {
|
|||
_package-headers() {
|
||||
pkgdesc="Headers and scripts for building modules for Linux kernel"
|
||||
provides=("linux-headers=${pkgver}")
|
||||
conflicts=('linux-headers')
|
||||
replaces=('linux-raspberrypi-latest-headers' 'linux-raspberrypi4-headers')
|
||||
conflicts=('linux-headers' 'linux-rpi-16k-headers')
|
||||
|
||||
cd ${_srcname}
|
||||
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
|
||||
|
@ -265,3 +261,5 @@ for _p in ${pkgname[@]}; do
|
|||
_package${_p#${pkgbase}}
|
||||
}"
|
||||
done
|
||||
|
||||
# vim:set ts=8 sts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue