summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2020-05-28 13:29:54 +1000
committerDaniel Tobias2020-05-28 13:29:54 +1000
commitc86871536e8ee05376014c0ade88fbc217b2f693 (patch)
tree591096a4349a6366dff99b6a25eb67edced2abf1
parentce13168268716366ee8ccc5b389dbcd485207524 (diff)
downloadaur-c86871536e8ee05376014c0ade88fbc217b2f693.tar.gz
4.19.125
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 812ae5852004..fe00356ae0ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lts419
pkgdesc = LTS 4.19 Linux
- pkgver = 4.19.124
+ pkgver = 4.19.125
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.124.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.125.xz
source = config
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
- sha256sums = 3f0f43ca3cb4eba7441d57cd3f9bb3d27721f8ffcef2d64469faaff2846f7f95
+ sha256sums = 431bb92390eb5a960e0e2084957aff078662d340f597f38bbfb0316302c31cff
sha256sums = 4e68572e7cc4c5368f0236e0792660ae8498373988625dca46e509399a7eaea6
sha256sums = a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2
diff --git a/PKGBUILD b/PKGBUILD
index 63f527669c39..9adc31740e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=linux-lts419
_basever=4.19
_srcname=linux-$_basever
-pkgver=${_basever}.124
+pkgver=${_basever}.125
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'
- '3f0f43ca3cb4eba7441d57cd3f9bb3d27721f8ffcef2d64469faaff2846f7f95'
+ '431bb92390eb5a960e0e2084957aff078662d340f597f38bbfb0316302c31cff'
'4e68572e7cc4c5368f0236e0792660ae8498373988625dca46e509399a7eaea6'
'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2')
@@ -65,7 +65,8 @@ prepare() {
build() {
cd $_srcname
- make bzImage modules #htmldocs
+ make bzImage modules
+ #make htmldocs
}
_package() {