summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e618b9bb4f59..d2b857f83d07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
pkgver = 5.11.4.lqx1
- pkgrel = 1
+ pkgrel = 2
url = https://liquorix.net/
arch = x86_64
license = GPL2
@@ -14,13 +14,11 @@ pkgbase = linux-lqx
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.tar.sign
source = https://github.com/damentz/liquorix-package/archive/5.11-10.tar.gz
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.11/docs-patches/0001-Documentation-Fix-sphinx-3.5-causes-compilation-erro.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha512sums = a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330
sha512sums = SKIP
sha512sums = 44ade9a1990fa4861dbfcc0d0a4fad67072c10fe5ff3801342f2c413b0edc459711c6aa73201b890c86c82db6c863c63e8e99d150336bd5c7dc7b0e83dc0619a
- sha512sums = 715e60d1bd6be9e79deb153210c35b797160df536844840335e6742989ca4d422fb2cbc4ac7544b71675413d9a532901483a26eec28f5addb461a3ae20558aa0
pkgname = linux-lqx
pkgdesc = The Linux Liquorix kernel and modules
@@ -40,4 +38,3 @@ pkgname = linux-lqx-headers
pkgname = linux-lqx-docs
pkgdesc = Documentation for the Linux Liquorix kernel
depends = linux-lqx
-
diff --git a/PKGBUILD b/PKGBUILD
index 9c2531b831a9..8169159efcae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ _lqxpatchrel=10
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=5.11.4.lqx1
-pkgrel=1
+pkgrel=2
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
@@ -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.5-causes-compilation-erro.patch")
+ "https://github.com/damentz/${_lqxpatchname}/archive/${_major}-${_lqxpatchrel}.tar.gz")
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
sha512sums=('a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330'
'SKIP'
- '44ade9a1990fa4861dbfcc0d0a4fad67072c10fe5ff3801342f2c413b0edc459711c6aa73201b890c86c82db6c863c63e8e99d150336bd5c7dc7b0e83dc0619a'
- '715e60d1bd6be9e79deb153210c35b797160df536844840335e6742989ca4d422fb2cbc4ac7544b71675413d9a532901483a26eec28f5addb461a3ae20558aa0')
+ '44ade9a1990fa4861dbfcc0d0a4fad67072c10fe5ff3801342f2c413b0edc459711c6aa73201b890c86c82db6c863c63e8e99d150336bd5c7dc7b0e83dc0619a')