summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2020-04-14 18:35:35 +1000
committerDaniel Tobias2020-04-14 18:35:35 +1000
commit265c850bd3f596b377c8b5110c39535f668bb7d5 (patch)
tree2ee588dd577be63bc41980c470a08db1a279f9b0
parentc456b8ce2f3e9789f89b2a32a1f3b5a84f0a1d8d (diff)
downloadaur-265c850bd3f596b377c8b5110c39535f668bb7d5.tar.gz
4.19.115, ignore building html docs until https://github.com/sphinx-doc/sphinx/issues/7421 is fixed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57ff19e91526..b7750e9458a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lts419
pkgdesc = LTS 4.19 Linux
- pkgver = 4.19.114
+ pkgver = 4.19.115
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = linux-lts419
makedepends = imagemagick
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.114.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.115.xz
source = config
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
- sha256sums = 88b64e1b2d3ecd9680638234de95c14b34ec522b414b8d85d74c628afc949418
+ sha256sums = 38c6e70f2c4cef939c15ac6c73b45a1807d9362d2319331b90c3ff8e5d3f4ef4
sha256sums = 4e68572e7cc4c5368f0236e0792660ae8498373988625dca46e509399a7eaea6
sha256sums = a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2
diff --git a/PKGBUILD b/PKGBUILD
index 78b0d717b637..85cbc787cb38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=linux-lts419
_basever=4.19
_srcname=linux-$_basever
-pkgver=${_basever}.114
+pkgver=${_basever}.115
pkgrel=1
pkgdesc='LTS 4.19 Linux'
url="https://www.kernel.org/"
@@ -26,7 +26,7 @@ source=(
#)
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
- '88b64e1b2d3ecd9680638234de95c14b34ec522b414b8d85d74c628afc949418'
+ '38c6e70f2c4cef939c15ac6c73b45a1807d9362d2319331b90c3ff8e5d3f4ef4'
'4e68572e7cc4c5368f0236e0792660ae8498373988625dca46e509399a7eaea6'
'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2')
@@ -65,7 +65,7 @@ prepare() {
build() {
cd $_srcname
- make bzImage modules htmldocs
+ make bzImage modules #htmldocs
}
_package() {