Skip to content

Commit 2bd3deb

Browse files
committed
up to 6.6.1-1
1 parent 3e77585 commit 2bd3deb

2 files changed

Lines changed: 118 additions & 70 deletions

File tree

PKGBUILD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Maintainer: 7Ji <pugokughin@gmail.com>
22

33
_desc="7Ji's AArch64-Amlogic-focused minor fork"
4-
_7ji_commit='3c350274a512133b22348ba05623a76044cab909'
5-
_srcname="linux-${_7ji_commit}"
64

75
pkgbase=linux-aarch64-7ji
86
pkgname=(
97
"${pkgbase}"
108
"${pkgbase}-headers"
119
)
12-
pkgver='6.5.8'
10+
pkgver='6.6.1'
11+
_tag="amlogic-v${pkgver}"
1312
pkgrel=1
1413
arch=('aarch64')
1514
url="https://github.com/7Ji/linux"
@@ -18,14 +17,15 @@ makedepends=( # Since we don't build the doc, most of the makedeps for other lin
1817
'kmod' 'bc' 'dtc' 'uboot-tools'
1918
)
2019
options=(!strip)
20+
_srcname="linux-${_tag}"
2121
source=(
22-
"${_srcname}.tar.gz::${url}/archive/${_7ji_commit}.tar.gz"
22+
"${_srcname}.tar.gz::${url}/archive/refs/tags/${_tag}.tar.gz"
2323
'config'
2424
'linux.preset'
2525
)
2626
sha256sums=(
27-
'ba8a44c37022b68001c6755de4cf7cc4ac3c582513eb4206d4bc09c20f4cbe0e'
28-
'd8c5138947417fa5b6d2ebcad63596a115bdd4c3a34b30aae70db3517e9e713c'
27+
'52b4beb32237ae42664720bfecac53e1e99a68d8567d5a3d14d5051f2f3981e6'
28+
'55b8b3e11f5780c6d2f1d2b1c6d05f6d44d2ad110fe2d5d12662853b299fbc58'
2929
'bdcd6cbf19284b60fac6d6772f1e0ec2e2fe03ce7fe3d7d16844dd6d2b5711f3'
3030
)
3131

0 commit comments

Comments
 (0)