Skip to content

Commit

Permalink
bump to 6.6-4
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Dehaes <jos.dehaes@gmail.com>
  • Loading branch information
joske committed Nov 30, 2023
1 parent 820f304 commit 10c1884
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions linux-asahi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildarch=8

_rcver=6.6
#_rcrel=3
_asahirel=2
_asahirel=4
pkgrel=1

_m1n1_version=1.4.8
Expand All @@ -30,11 +30,11 @@ source=(
config # the main kernel config file
config.edge # overrides for linux-asahi-edge
)
sha256sums=('379158e6327d4b50077d9eda8fe10d828b61b740a3086656176f59a020d400ff'
'46917e449d51ce37675442cd280892f6521b719bdb75a05b558d456ad7fc9193'
sha256sums=('5892f8b5c96092580bc410b3c74993a2c34aea5baa1d9198521d1e9fb8268b7e'
'6b9f9651b04b064314e55b7d0b92383d8a4aa80df3dc59afc37289c4d68717f9'
'5cbdda1262f989a5247f4ef70690b569f9be8212bf8f576242bf6ac69036bddf')
b2sums=('67bd0a1127098ace730e8c8facc5e0d45baa5d5b6e0df2a49f6ae428ee202c18457f9d01d13e382e9539bc77ffe80e4601d14a14a66f596a81bf7885e9cec73b'
'8b3089d22d0b68e9b0c20a5e8f7ebe2626ef43cdc7053a94590ea3ca25417e76866e220ae98ff184e4912033d877eb89fd3c64bbe476889696220c5dd3b05e97'
b2sums=('e7d5133b1463912454d8d62387ac94f3c3ab01144ac1b5ddd320bdfd162233b39cea0dc1041a47924ee6098a566063b3de76e59758f0289914d7fbafe5f50365'
'52ee4aa55c0a8322057b47793417cb59e5907b15330f88ba28ae5dc594c4e3496f64057de78c7b7be08ed08ad45c1a08f597bbcc6a8d5b76c34ebab9c00074b9'
'01a8b3b7e3c7bd528f6d07d2b581b8a56688305d42fdd0b1555fd26319c4369e2357bcaa8434a1a5e3123aa9fdc6f1a24de4813b819397af89ba8d0c5e896228')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Expand Down Expand Up @@ -75,7 +75,7 @@ prepare() {
build() {
cd $_srcname
echo "Building base..."
make all O=$PWD/build/base
make all O=$PWD/build/base -j $(nproc)
echo "Copying objects..."
cp build/edge/.config{,.save}
touch build/base/.config
Expand All @@ -85,7 +85,7 @@ build() {
cp build/edge/.config{.save,}
echo "Building edge..."
make O=$PWD/build/edge oldconfig prepare
make O=$PWD/build/edge all
make O=$PWD/build/edge all -j $(nproc)
}

_package_kernel() {
Expand Down

0 comments on commit 10c1884

Please sign in to comment.