summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalazs Vinarz2021-10-30 21:07:47 +0200
committerBalazs Vinarz2021-10-30 21:07:47 +0200
commitef11ba5c5451095cbe6b664826fdd1f7e46eec0f (patch)
tree097d10ded6e3298cde38807dbfba56c332dc4520
parent15e1e9be70e9f7bb6f5f1cca2e20a7279fed7fec (diff)
downloadaur-ef11ba5c5451095cbe6b664826fdd1f7e46eec0f.tar.gz
bump pkgver and pkgrel
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3d4b93521c..c60a5cea628c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-ck-lts
- pkgver = 5.10.75
- pkgrel = 2
+ pkgver = 5.10.76
+ pkgrel = 3
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = x86_64
license = GPL2
@@ -12,8 +12,8 @@ pkgbase = linux-ck-lts
makedepends = tar
makedepends = xz
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.75.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.75.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.76.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.76.tar.sign
source = config
source = enable_additional_cpu_optimizations-20201113.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20201113.tar.gz
source = http://ck.kolivas.org/patches/5.0/5.10/5.10-ck1/patch-5.10-ck1.xz
@@ -21,7 +21,7 @@ pkgbase = linux-ck-lts
source = 0002-HID-quirks-Add-Apple-Magic-Trackpad-2-to-hid_have_sp.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- b2sums = 7f636f61ad70c6a23859b8ad97c29bb1526f2f69f2d05e9470dea1ae169b8e9bebb86b90e90d89b7897915ec5de871836e528cfeb7f4b46408200b7e6cb9f495
+ b2sums = 8ee89f5cac2044e6cd9ff3be25cd59450cdab89aaeccdc90cc9dae4a121d719e0cfd71b9c80818a8a2ceb28f47d17f518aab5691ddbba25b65f57fe147543801
b2sums = SKIP
b2sums = 74b6ea3f314aa8291c9e2c3b5763f9b0c8aabbc0e714e30529f557955a7a315b44b0cd2f2d665ffe3ba48e7df71274c5901d3891ed395191ceb6ca88f69cdb1a
b2sums = 7f1eb5938472f57748216bd00e0c875feab99fc1c5cb89babfea467ee30ca5c8e9fc5a691efe2e602bef1ea79820c5383822d7cec354b48d23321ccda8ee8127
diff --git a/PKGBUILD b/PKGBUILD
index 569daf30c712..9fb1f346ffca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,13 +60,13 @@ _subarch=
# This PKGBUILD read the database kept if it exists
#
# More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed-db
-_localmodcfg=
+_localmodcfg=yes
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ck-lts
-pkgver=5.10.75
-pkgrel=2
+pkgver=5.10.76
+pkgrel=3
_ckpatchversion=1
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
@@ -89,7 +89,7 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-b2sums=('7f636f61ad70c6a23859b8ad97c29bb1526f2f69f2d05e9470dea1ae169b8e9bebb86b90e90d89b7897915ec5de871836e528cfeb7f4b46408200b7e6cb9f495'
+b2sums=('8ee89f5cac2044e6cd9ff3be25cd59450cdab89aaeccdc90cc9dae4a121d719e0cfd71b9c80818a8a2ceb28f47d17f518aab5691ddbba25b65f57fe147543801'
'SKIP'
'74b6ea3f314aa8291c9e2c3b5763f9b0c8aabbc0e714e30529f557955a7a315b44b0cd2f2d665ffe3ba48e7df71274c5901d3891ed395191ceb6ca88f69cdb1a'
'7f1eb5938472f57748216bd00e0c875feab99fc1c5cb89babfea467ee30ca5c8e9fc5a691efe2e602bef1ea79820c5383822d7cec354b48d23321ccda8ee8127'
@@ -133,8 +133,8 @@ prepare() {
scripts/config --disable CONFIG_BPF_KPROBE_OVERRIDE
# make it size optimized
- scripts/config --disable CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE
- scripts/config --enable CONFIG_CC_OPTIMIZE_FOR_SIZE
+# scripts/config --disable CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE
+# scripts/config --enable CONFIG_CC_OPTIMIZE_FOR_SIZE
# https://bbs.archlinux.org/viewtopic.php?pid=1824594#p1824594
scripts/config --enable CONFIG_PSI_DEFAULT_DISABLED