summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD16
2 files changed, 18 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 954fa8b3a69c..fc3a8183f2f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-gc
- pkgver = 5.1.3
+ pkgver = 5.1.5
pkgrel = 1
url = https://cchalpha.blogspot.co.uk/
arch = x86_64
@@ -13,26 +13,24 @@ pkgbase = linux-gc
makedepends = python-sphinx
makedepends = graphviz
options = !strip
- source = linux-5.1.3-arch1.tar.gz::https://git.archlinux.org/linux.git/snapshot/linux-5.1.3-arch1.tar.gz
+ source = linux-5.1.5-arch1.tar.gz::https://git.archlinux.org/linux.git/snapshot/linux-5.1.5-arch1.tar.gz
source = config
source = 60-linux.hook
source = 90-linux.hook
source = linux.preset
- source = 0001_v5.1_bmq094.patch::https://gitlab.com/alfredchen/bmq/raw/master/5.1/v5.1_bmq094.patch
- source = 0002_Revert_c546951d9c93.patch::https://gitlab.com/alfredchen/linux-bmq/commit/c98f44724fac5c2b42d831f0ad986008420d13c2.patch
- source = 0003_uksm-5.1-initial-submission.patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf/0001-uksm-5.1-initial-submission.patch
- source = 0004_uksm_5.1.fix.patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf-fix/0001-uksm-5.1-apply-52d1e606ee733.patch
- source = 0005_enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
+ source = 0001_v5.1_bmq095.patch::https://gitlab.com/alfredchen/bmq/raw/master/5.1/v5.1_bmq095.patch
+ source = 0002_uksm-5.1-initial-submission.patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf/0001-uksm-5.1-initial-submission.patch
+ source = 0003_uksm_5.1.fix.patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf-fix/0001-uksm-5.1-apply-52d1e606ee733.patch
+ source = 0004_enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
- sha256sums = fc390e7d8714e29950a61fd10645d9056fe3ad9955d17316ac942cb4c96b5bd2
+ sha256sums = 4a180cb32d9505e509f2ec6f6786ae901783b1c176a995714562a00244245ea7
sha256sums = 12684e82ea015a4c54e924e537d0203b3e3ba7e20ecf9167b48ed99fd53ae4a9
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
- sha256sums = 885ed0c36054afd28055ff8cad6c6da47f40f5e5e7774f609e209e0e384b5198
- sha256sums = cb6f653ca75a87f0109efba8c385e097691be90ba36fef88b127f022bcd4e1f9
+ sha256sums = 0d66538886e3888b1bd0e7b6b4281d240b74b929cbe7242400b4c056adcde6bb
sha256sums = 088c5d7fb0ccfcecb7553358c6dea46395b410368dffae3b87a66ed0779e7623
sha256sums = 06d5ea7472c2af577ec1ab756dccead814609f5989f8eabe3cfa1181d5c07923
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
@@ -45,12 +43,12 @@ pkgname = linux-gc
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-gc=5.1.3
+ provides = linux-gc=5.1.5
backup = etc/mkinitcpio.d/linux-gc.preset
pkgname = linux-gc-headers
pkgdesc = Header files and scripts for building modules for Linux-gc kernel and UKSM patchset
depends = linux-gc
- provides = linux-gc-headers=5.1.3
- provides = linux-headers=5.1.3
+ provides = linux-gc-headers=5.1.5
+ provides = linux-headers=5.1.5
diff --git a/PKGBUILD b/PKGBUILD
index b275651504fe..28115a472464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,10 +23,10 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-gc
-_srcver=5.1.3-arch1
+_srcver=5.1.5-arch1
pkgver=${_srcver%-*}
pkgrel=1
-_bmqversion=094
+_bmqversion=095
arch=(x86_64)
url="https://cchalpha.blogspot.co.uk/"
license=(GPL2)
@@ -43,23 +43,21 @@ source=(
90-linux.hook # pacman hook for initramfs regeneration
linux.preset # standard config files for mkinitcpio ramdisk
"0001_$_bmq_patch::https://gitlab.com/alfredchen/bmq/raw/master/5.1/${_bmq_patch}"
- "0002_Revert_c546951d9c93.patch::https://gitlab.com/alfredchen/linux-bmq/commit/c98f44724fac5c2b42d831f0ad986008420d13c2.patch"
- "0003_$_uksm_patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf/0001-uksm-5.1-initial-submission.patch"
- "0004_uksm_5.1.fix.patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf-fix/0001-uksm-5.1-apply-52d1e606ee733.patch"
- "0005_enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
+ "0002_$_uksm_patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf/0001-uksm-5.1-initial-submission.patch"
+ "0003_uksm_5.1.fix.patch::https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/5.1/uksm-pf-fix/0001-uksm-5.1-apply-52d1e606ee733.patch"
+ "0004_enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
-sha256sums=('fc390e7d8714e29950a61fd10645d9056fe3ad9955d17316ac942cb4c96b5bd2'
+sha256sums=('4a180cb32d9505e509f2ec6f6786ae901783b1c176a995714562a00244245ea7'
'12684e82ea015a4c54e924e537d0203b3e3ba7e20ecf9167b48ed99fd53ae4a9'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
- '885ed0c36054afd28055ff8cad6c6da47f40f5e5e7774f609e209e0e384b5198'
- 'cb6f653ca75a87f0109efba8c385e097691be90ba36fef88b127f022bcd4e1f9'
+ '0d66538886e3888b1bd0e7b6b4281d240b74b929cbe7242400b4c056adcde6bb'
'088c5d7fb0ccfcecb7553358c6dea46395b410368dffae3b87a66ed0779e7623'
'06d5ea7472c2af577ec1ab756dccead814609f5989f8eabe3cfa1181d5c07923'
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d')