forked from JeremyStarTM/aur-linux-clear
6.9.2-1 (clr 6.9.1-1436)
This commit is contained in:
parent
b2073a0dee
commit
9b5043e221
2 changed files with 13 additions and 13 deletions
14
.SRCINFO
14
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Clear Linux
|
pkgdesc = Clear Linux
|
||||||
pkgver = 6.8.10
|
pkgver = 6.9.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -18,16 +18,16 @@ pkgbase = linux-clear
|
||||||
makedepends = zstd
|
makedepends = zstd
|
||||||
options = !debug
|
options = !debug
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.8.10.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.9.2.xz
|
||||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.9-1433
|
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.9.1-1436
|
||||||
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
|
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
|
||||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3
|
sha256sums = 24fa01fb989c7a3e28453f117799168713766e119c5381dac30115f18f268149
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = bd7d008c5d73b4d26b8d8ea3f52fbe1aff439c01dd67ecfb8075d790dfbb5aac
|
sha256sums = 7d9d4db55cea8270d51e9c3b7c3e045896da8bc218bb788d36231da050e8dfca
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
||||||
|
|
||||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -85,10 +85,10 @@
|
||||||
|
|
||||||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||||
|
|
||||||
_major=6.8
|
_major=6.9
|
||||||
_minor=10
|
_minor=2
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.9-1433
|
_clr=${_major}.1-1436
|
||||||
_gcc_more_v='20240221.2'
|
_gcc_more_v='20240221.2'
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
|
@ -140,7 +140,7 @@ prepare() {
|
||||||
for i in $(grep '^Patch' ${srcdir}/$pkgbase/linux.spec |\
|
for i in $(grep '^Patch' ${srcdir}/$pkgbase/linux.spec |\
|
||||||
grep -Ev '^Patch0132|^Patch0109|^Patch0118|^Patch0113|^Patch0138|^Patch0139|^Patch0147' | sed -n 's/.*: //p'); do
|
grep -Ev '^Patch0132|^Patch0109|^Patch0118|^Patch0113|^Patch0138|^Patch0139|^Patch0147' | sed -n 's/.*: //p'); do
|
||||||
if [ -n "$_use_llvm_lto" ]; then
|
if [ -n "$_use_llvm_lto" ]; then
|
||||||
if [ "${i}" == "0162-extra-optmization-flags.patch" ] ; then
|
if [ "${i}" == "0133-novector.patch" ] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -419,9 +419,9 @@ for _p in "${pkgname[@]}"; do
|
||||||
}"
|
}"
|
||||||
done
|
done
|
||||||
|
|
||||||
sha256sums=('c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3'
|
sha256sums=('24fa01fb989c7a3e28453f117799168713766e119c5381dac30115f18f268149'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'bd7d008c5d73b4d26b8d8ea3f52fbe1aff439c01dd67ecfb8075d790dfbb5aac'
|
'7d9d4db55cea8270d51e9c3b7c3e045896da8bc218bb788d36231da050e8dfca'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')
|
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue