6.2.13-1 (clr 6.2.13-1303)
This commit is contained in:
parent
9720c21a35
commit
18f9e61869
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Clear Linux
|
pkgdesc = Clear Linux
|
||||||
pkgver = 6.2.12
|
pkgver = 6.2.13
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -14,14 +14,14 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.2.12.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.2.13.xz
|
||||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.2.11-1297
|
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.2.13-1303
|
||||||
source = more-uarches-20230105.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20230105.tar.gz
|
source = more-uarches-20230105.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20230105.tar.gz
|
||||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = 74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1
|
sha256sums = 74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = acf7860badb149a0450e617465abf0dd20d11af517f1b4b473c3154a92029186
|
sha256sums = 1f2e2fdf1ed70fa586cacba2f69ece086a5dda19e46e8a5922cae6890cbe67bd
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23
|
sha256sums = 802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23
|
||||||
|
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -82,9 +82,9 @@
|
||||||
### 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.2
|
_major=6.2
|
||||||
_minor=12
|
_minor=13
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
_clr=${_major}.11-1297
|
_clr=${_major}.13-1303
|
||||||
_gcc_more_v='20230105'
|
_gcc_more_v='20230105'
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
|
@ -310,7 +310,7 @@ _package() {
|
||||||
echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
|
echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
|
||||||
|
|
||||||
echo "Installing modules..."
|
echo "Installing modules..."
|
||||||
make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
|
make ${BUILD_FLAGS[*]} INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
|
||||||
DEPMOD=/doesnt/exist modules_install # Suppress depmod
|
DEPMOD=/doesnt/exist modules_install # Suppress depmod
|
||||||
|
|
||||||
# remove build and source links
|
# remove build and source links
|
||||||
|
@ -411,7 +411,7 @@ done
|
||||||
|
|
||||||
sha256sums=('74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1'
|
sha256sums=('74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'acf7860badb149a0450e617465abf0dd20d11af517f1b4b473c3154a92029186'
|
'1f2e2fdf1ed70fa586cacba2f69ece086a5dda19e46e8a5922cae6890cbe67bd'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23')
|
'802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23')
|
||||||
|
|
||||||
|
|
Reference in a new issue