summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-05-19 10:51:56 +0100
committerLeonidas Spyropoulos2021-05-19 10:51:56 +0100
commit8a7e0f67f782f237b718e40d73e1758a96652413 (patch)
tree1b31ca51420c96348cdd4f136b836ed3a7dc3787
parent5fd6d4bcac8a51caddcb507e191cb3b6d0d13ff7 (diff)
downloadaur-8a7e0f67f782f237b718e40d73e1758a96652413.tar.gz
upgpkg: linux-gc 5.12.4-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc8190b4c578..76ab7bab7451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-gc
pkgdesc = Linux
pkgver = 5.12.4
- pkgrel = 1
+ pkgrel = 2
url = https://cchalpha.blogspot.co.uk/
arch = x86_64
license = GPL2
@@ -19,11 +19,12 @@ pkgbase = linux-gc
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.4.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.4.tar.sign
- source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/729d9f7ffb58f19f341e2f317b76080fc4cfbbf5/trunk/config
+ source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/053934c7eeeacc4fbcd2b539686709b4c034a53c/trunk/config
source = prjc_v5.12-r1.patch::https://gitlab.com/alfredchen/projectc/raw/master/5.12/prjc_v5.12-r1.patch
source = more-uarches-20210412.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20210412.tar.gz
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=6fe92facfd70f98899343cae2c4eacfe4225b387
source = 0002-drm-i915-dp-Use-slow-and-wide-link-training-for-ever.patch::https://git.archlinux.org/linux.git/patch/?id=a832c8fcc477b77ed614d7697ca05b50a910b4e2
+ source = 0003-Revert-bus-mhi-core-Process-execution-environment-ch.patch::https://git.archlinux.org/linux.git/patch/?id=676bfe06a676d970e6b8cc28b7cd18ac1db994c4
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
b2sums = cb6413d9046bfbe68e7444aafd5353a3cf03a78aca38624dc91a313a8944c6da5d66f3fd7cc8dc47fc058287942d28c3e9d9eaa5da42a3a17d3d20e287968b03
@@ -33,6 +34,7 @@ pkgbase = linux-gc
b2sums = 72194a32a06c43809d1272bd675890b6d27c6c54353150a366e8e2c50ad6eca6ee23c5d6281822965a228cfedfa07a60fe135d1b4f539e4a62728d4460cc0b0e
b2sums = 25e10e6b2a32d5364c7e7e43d0b2b850d3c167a7d6a0a2b574c67ffd89c3bee25ba236353f4927b528a6cb3c9696a73de30ed61ca735ab1bb81daf17fc3bd492
b2sums = fe2cc5fea597e3a661244102a3dec9270237429ed5d1b02bf57e2cf599faa0e42b7a239ae939f9549f95356a4f9d9a61ca0604515807f7879da8b46913c6dcfa
+ b2sums = 266e90caf3b4efe40d84732d67f2599e8f34e348bc07abb0cb9390945196b6b750657f9dfd0d2656a523fb0767fe0ed67c95311c91455fb75cbc30ce9f9e65ac
pkgname = linux-gc
pkgdesc = The Linux-gc kernel and modules with the Project C scheduler
diff --git a/PKGBUILD b/PKGBUILD
index 7066848752d6..0095c083d5e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
# Tweak kernel options prior to a build via nconfig
_makenconfig=
-# Compile ONLY used modules to VASTLYreduce the number of modules built
-# and the build time.
+# Only compile active modules to VASTLY reduce the number of modules built and
+# the build time.
#
# To keep track of which modules are needed for your specific system/hardware,
-# give module_db script a try: https://aur.archlinux.org/packages/modprobed-db
-# This PKGBUILD read the database kept if it exists
+# give module_db a try: https://aur.archlinux.org/packages/modprobed-db
+# This PKGBUILD reads the database kept if it exists
#
# More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed-db
_localmodcfg=
@@ -68,7 +68,7 @@ _subarch=
pkgbase=linux-gc
pkgver=5.12.4
-pkgrel=1
+pkgrel=2
pkgdesc='Linux'
url="https://cchalpha.blogspot.co.uk/"
arch=(x86_64)
@@ -80,7 +80,7 @@ makedepends=(
)
options=('!strip')
_srcname=linux-${pkgver}
-_arch_config_commit=729d9f7ffb58f19f341e2f317b76080fc4cfbbf5
+_arch_config_commit=053934c7eeeacc4fbcd2b539686709b4c034a53c
_bmqversion=5.12-r1
_bmq_patch="prjc_v${_bmqversion}.patch"
_gcc_more_v=20210412
@@ -91,6 +91,7 @@ source=(
"more-uarches-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
"0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=6fe92facfd70f98899343cae2c4eacfe4225b387"
"0002-drm-i915-dp-Use-slow-and-wide-link-training-for-ever.patch::https://git.archlinux.org/linux.git/patch/?id=a832c8fcc477b77ed614d7697ca05b50a910b4e2"
+ "0003-Revert-bus-mhi-core-Process-execution-environment-ch.patch::https://git.archlinux.org/linux.git/patch/?id=676bfe06a676d970e6b8cc28b7cd18ac1db994c4"
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -102,7 +103,8 @@ b2sums=('cb6413d9046bfbe68e7444aafd5353a3cf03a78aca38624dc91a313a8944c6da5d66f3f
'77a1646ffbc67ed88af564b73cf63f0374772bdc1075e771a93ee4fe257b94cb3766a4842898b48f4343458d0b507229182220c7daeb5532df610b964c6640e7'
'72194a32a06c43809d1272bd675890b6d27c6c54353150a366e8e2c50ad6eca6ee23c5d6281822965a228cfedfa07a60fe135d1b4f539e4a62728d4460cc0b0e'
'25e10e6b2a32d5364c7e7e43d0b2b850d3c167a7d6a0a2b574c67ffd89c3bee25ba236353f4927b528a6cb3c9696a73de30ed61ca735ab1bb81daf17fc3bd492'
- 'fe2cc5fea597e3a661244102a3dec9270237429ed5d1b02bf57e2cf599faa0e42b7a239ae939f9549f95356a4f9d9a61ca0604515807f7879da8b46913c6dcfa')
+ 'fe2cc5fea597e3a661244102a3dec9270237429ed5d1b02bf57e2cf599faa0e42b7a239ae939f9549f95356a4f9d9a61ca0604515807f7879da8b46913c6dcfa'
+ '266e90caf3b4efe40d84732d67f2599e8f34e348bc07abb0cb9390945196b6b750657f9dfd0d2656a523fb0767fe0ed67c95311c91455fb75cbc30ce9f9e65ac')
_kernelname=${pkgbase#linux}
: ${_kernelname:=-gc}