summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2803a133c3e2..9fac3e3a207b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
- pkgver = 5.9.16.lqx1
+ pkgver = 5.10.3.lqx1
pkgrel = 1
url = https://liquorix.net/
arch = x86_64
@@ -10,16 +10,14 @@ pkgbase = linux-lqx
makedepends = libelf
makedepends = cpio
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.sign
- source = https://github.com/damentz/liquorix-package/archive/5.9-16.tar.gz
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.9/docs-patches/0001-Documentation-Fix-sphinx-3.0-causes-compilation-erro.patch
+ 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/linux-5.10.tar.sign
+ source = https://github.com/damentz/liquorix-package/archive/5.10-1.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha512sums = d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
+ sha512sums = 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
sha512sums = SKIP
- sha512sums = a32be5fb4525394da71dcb1d1b0d0c7ff60988a769d2e49953a57905c3e0a7f164e6595ef5b0650b458b0163204db673c124885d6e96af953f86fae1337e0ca2
- sha512sums = b1abc4b21191c841326db341aeea6eac9918a4628f38e32f616a8eeeb9919395656fc4b805110dce93aa38188172fb672831fd76e848b3711fcd6ea9115118c6
+ sha512sums = 70e61e68ed78a00233a905a4d44a8659c5556ccc0ce68e61d38081f0befef3d566a4b8a8fdc132c86068e47754b157c472f65d2ffc6de4af2c7f9795374c77e0
pkgname = linux-lqx
pkgdesc = The Linux Liquorix kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index f40beb2fe667..21dc6af5cb1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,13 +52,13 @@ _htmldocs_enable=
### Do not edit below this line unless you know what you're doing
# pkgname=('linux-lqx' 'linux-lqx-headers' 'linux-lqx-docs')
-_major=5.9
+_major=5.10
_srcname=linux-${_major}
_lqxpatchname=liquorix-package
-_lqxpatchrel=16
+_lqxpatchrel=1
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
-pkgver=5.9.16.lqx1
+pkgver=5.10.3.lqx1
pkgrel=1
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
@@ -74,16 +74,14 @@ _lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
"https://cdn.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.sign"
- "https://github.com/damentz/${_lqxpatchname}/archive/${_major}-${_lqxpatchrel}.tar.gz"
- "${_lucjanpath}/docs-patches/0001-Documentation-Fix-sphinx-3.0-causes-compilation-erro.patch")
+ "https://github.com/damentz/${_lqxpatchname}/archive/${_major}-${_lqxpatchrel}.tar.gz")
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha512sums=('d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca'
+sha512sums=('95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e'
'SKIP'
- 'a32be5fb4525394da71dcb1d1b0d0c7ff60988a769d2e49953a57905c3e0a7f164e6595ef5b0650b458b0163204db673c124885d6e96af953f86fae1337e0ca2'
- 'b1abc4b21191c841326db341aeea6eac9918a4628f38e32f616a8eeeb9919395656fc4b805110dce93aa38188172fb672831fd76e848b3711fcd6ea9115118c6')
+ '70e61e68ed78a00233a905a4d44a8659c5556ccc0ce68e61d38081f0befef3d566a4b8a8fdc132c86068e47754b157c472f65d2ffc6de4af2c7f9795374c77e0')