summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c2abb77c7a..700a5caaaad9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = linux-pds
pkgdesc = Linux
- pkgver = 5.6.13.arch1
+ pkgver = 5.6.14.arch1
pkgrel = 1
- url = https://git.archlinux.org/linux.git/log/?h=v5.6.13-arch1
+ url = https://git.archlinux.org/linux.git/log/?h=v5.6.14-arch1
arch = x86_64
license = GPL2
makedepends = bc
@@ -15,7 +15,7 @@ pkgbase = linux-pds
makedepends = imagemagick
makedepends = git
options = !strip
- source = git+https://git.archlinux.org/linux?signed#tag=v5.6.13-arch1
+ source = git+https://git.archlinux.org/linux?signed#tag=v5.6.14-arch1
source = git+https://github.com/graysky2/kernel_gcc_patch
source = config
source = sphinx-workaround.patch
@@ -23,7 +23,7 @@ pkgbase = linux-pds
source = 0005-glitched-pds.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
+ validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
sha512sums = SKIP
sha512sums = SKIP
sha512sums = 31120290a8a4ad52c32f6448f62cf4c3ed038e789ac1dd5b9635f0e1c448038330ee9b4482996949d07f859773325d8e0ceed3d0c5a9ed30f2d4f17bd2640fea
diff --git a/PKGBUILD b/PKGBUILD
index 33ed11fa26f5..5fcd60f2916d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-pds
-pkgver=5.6.13.arch1
+pkgver=5.6.14.arch1
pkgrel=1
pkgdesc="Linux"
_srcver_tag=v${pkgver%.*}-${pkgver##*.}
@@ -99,7 +99,7 @@ source=(
validpgpkeys=(
"ABAF11C65A2970B130ABE3C479BE3E4300411886" # Linus Torvalds
"647F28654894E3BD457199BE38DBBDC86092693E" # Greg Kroah-Hartman
- "8218F88849AAC522E94CF470A5E9288C4FA415FA" # Jan Alexander Steffens (heftig)
+ "A2FF3A36AAA56654109064AB19802F8B0D70FC30" # Jan Alexander Steffens (heftig)
)
sha512sums=('SKIP'
'SKIP'
@@ -124,10 +124,12 @@ prepare() {
msg2 "Patching with Graysky's additional gcc CPU optimizatons..."
patch -Np1 -i "$srcdir/$_reponame_gcc_patch/$_gcc_patch_name"
- # From https://github.com/Tk-Glitch/PKGBUILDS/tree/master/linux53-tkg/linux53-tkg-patches
+ msg2 "Patching with Sphinx build fail workaround..."
+ patch -Np1 -i "$srcdir/sphinx-workaround.patch"
+
+ # From https://github.com/Frogging-Family/linux-tkg/tree/master/linux56-tkg/linux56-tkg-patches
msg2 "Patching with Undead PDS 0.99o patches, rebased to 5.6 by TkG"
for MyPatch in \
- sphinx-workaround.patch \
0005-v5.6_undead-pds099o.patch \
0005-glitched-pds.patch
do