summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabelian4242021-02-07 09:23:25 +0600
committerabelian4242021-02-07 09:23:25 +0600
commitef76b43413b6018a274e8dfc8225e8bac3210364 (patch)
treedcdaa7931377fbae608657dbb4f8eda1d04e6a60
parentd11786628a044016ac446bb029a49bb79e0a4009 (diff)
downloadaur-ef76b43413b6018a274e8dfc8225e8bac3210364.tar.gz
Updated to 5.10.13
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--prepare4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6976cb7f2a..a16c98bdc978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-mainline-bcachefs
pkgdesc = Linux-tkg with bcachefs
- pkgver = 5.10.12
- pkgrel = 116
+ pkgver = 5.10.13
+ pkgrel = 118
url = http://www.kernel.org/
arch = x86_64
license = GPL2
@@ -28,7 +28,7 @@ pkgbase = linux-mainline-bcachefs
options = !strip
options = docs
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.12.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.13.xz
source = https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.8%2B.patch
source = https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-config/5.10/config.x86_64
source = https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-config/5.10/config_hardened.x86_64
@@ -55,7 +55,7 @@ pkgbase = linux-mainline-bcachefs
source = https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-patches/5.10/0012-linux-hardened.patch
source = https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-patches/5.10/0012-misc-additions.patch
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
- sha256sums = 21e4e5e4286494f230c46efb198da34a0f25e13bd40606f4597e53434a29c6fe
+ sha256sums = daeb7733a16d2e6198f9201655bf7eb6a2cb0e1babc38c50ab1a3fbf789187a7
sha256sums = SKIP
sha256sums = 458d1ca195f3fee5501683a4b61ef0ed0cfa7e5219eccab3390fb40c0289898a
sha256sums = eb1da1a028a1c967222b5bdac1db2b2c4d8285bafd714892f6fc821c10416341
@@ -80,7 +80,7 @@ pkgbase = linux-mainline-bcachefs
sha256sums = e308292fc42840a2366280ea7cf26314e92b931bb11f04ad4830276fc0326ee1
sha256sums = 49262ce4a8089fa70275aad742fc914baa28d9c384f710c9a62f64796d13e104
sha256sums = 105f51e904d80f63c1421203e093b612fc724edefd3e388b64f8d371c0b3a842
- sha256sums = cf7c758604f2a99cfcb65129c436e32e2ef7a80fe486f8e55a2206a955acc40a
+ sha256sums = 7fb1104c167edb79ec8fbdcde97940ed0f806aa978bdd14d0c665a1d76d25c24
pkgname = linux-mainline-bcachefs
diff --git a/PKGBUILD b/PKGBUILD
index 7396c291098b..cb428fb8f68f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ else
fi
pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgver="${_basekernel}"."${_sub}"
-pkgrel=116
+pkgrel=118
pkgdesc='Linux-tkg with bcachefs'
arch=('x86_64') # no i686 in here
url="http://www.kernel.org/"
@@ -79,7 +79,7 @@ options=('!strip' 'docs')
"https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-patches/5.10/0012-misc-additions.patch"
)
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
- '21e4e5e4286494f230c46efb198da34a0f25e13bd40606f4597e53434a29c6fe'
+ 'daeb7733a16d2e6198f9201655bf7eb6a2cb0e1babc38c50ab1a3fbf789187a7'
'SKIP'
'458d1ca195f3fee5501683a4b61ef0ed0cfa7e5219eccab3390fb40c0289898a'
'eb1da1a028a1c967222b5bdac1db2b2c4d8285bafd714892f6fc821c10416341'
@@ -104,7 +104,7 @@ options=('!strip' 'docs')
'e308292fc42840a2366280ea7cf26314e92b931bb11f04ad4830276fc0326ee1'
'49262ce4a8089fa70275aad742fc914baa28d9c384f710c9a62f64796d13e104'
'105f51e904d80f63c1421203e093b612fc724edefd3e388b64f8d371c0b3a842'
- 'cf7c758604f2a99cfcb65129c436e32e2ef7a80fe486f8e55a2206a955acc40a')
+ '7fb1104c167edb79ec8fbdcde97940ed0f806aa978bdd14d0c665a1d76d25c24')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
diff --git a/prepare b/prepare
index 4f0acc1625df..c7cdcb45f668 100644
--- a/prepare
+++ b/prepare
@@ -1,10 +1,10 @@
#!/bin/bash
-ver54=94
+ver54=95
ver57=19
ver58=18
ver59=16
-ver510=12
+ver510=13
ver511=rc6
_tkg_initscript() {