summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-06-27 14:55:57 -0400
committerChris Severance2019-06-27 14:55:57 -0400
commit29e79b6342c7ce34d530d22069ecd28b6982a53c (patch)
tree7b95a1b01dced8c2220979b4f6530a2eb135dab2
parentcc0b99a391e33b76d4d3d17dfc6cee63f101131c (diff)
downloadaur-29e79b6342c7ce34d530d22069ecd28b6982a53c.tar.gz
autu: Update to 4.9.184-1
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD23
2 files changed, 28 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb439fcb8cad..34b1db87375f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Jun 22 23:59:21 UTC 2019
+# Thu Jun 27 18:55:56 UTC 2019
pkgbase = linux-lts49
- pkgver = 4.9.183
+ pkgver = 4.9.184
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -14,14 +14,21 @@ pkgbase = linux-lts49
makedepends = libelf
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.183.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.184.xz
source = config
source = 60-linux.hook
source = 90-linux.hook
source = linux-lts.preset
source = change-default-console-loglevel.patch
+ md5sums = 0a68ef3615c64bd5ee54a3320e46667d
+ md5sums = a64148a9d7dc6ba241790f3cb320a9d7
+ md5sums = f3765e0eaa61bb1d6e758aebe8ee6e5c
+ md5sums = ce6c81ad1ad1f8b333fd6077d47abdaf
+ md5sums = a85bfae59eb537b973c388ffadb281ff
+ md5sums = a329f9581060d555dc7358483de9760a
+ md5sums = df7fceae6ee5d7e7be7b60ecd7f6bb35
sha256sums = 029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a
- sha256sums = 6b9df938c896e57447004285f46afe22165c9e9668759678128384d2e93c15fb
+ sha256sums = da2c0111013c6b1c45970d8bb7568956efd3718b04b89ece4d5740e912201538
sha256sums = 7e65bcd8a7b2eb3ff75ba46f1e230895623882b4689053e1727ecb9ed1b2ce69
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
@@ -36,12 +43,12 @@ pkgname = linux-lts49
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=4.9.183
+ provides = linux=4.9.184
backup = etc/mkinitcpio.d/linux-lts49.preset
pkgname = linux-lts49-headers
pkgdesc = Header files and scripts for building modules for Linux-lts49 kernel
- provides = linux-headers=4.9.183
+ provides = linux-headers=4.9.184
pkgname = linux-lts49-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-lts49 kernel
diff --git a/PKGBUILD b/PKGBUILD
index 4d68e7a6aa9d..1b354fbe7c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,8 @@
set -u
pkgbase="linux-lts49"
-#pkgbase=linux-lts-custom
-_srcname="linux-4.9"
-pkgver="4.9.183"
+pkgver="4.9.184"
+_srcname="linux-${pkgver%.*}"
pkgrel='1'
arch=('x86_64')
url="https://www.kernel.org/"
@@ -16,18 +15,26 @@ _verwatch=('https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/' '.*"patch-\(
source=(
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
- 'config' # the main kernel config files
+ 'config' # the main kernel config file
'60-linux.hook' # pacman hook for depmod
'90-linux.hook' # pacman hook for initramfs regeneration
'linux-lts.preset' # standard config files for mkinitcpio ramdisk
'change-default-console-loglevel.patch'
)
-validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds <torvalds@linux-foundation.org>
- '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman (Linux kernel stable release signing key) <greg@kroah.com>
- )
+validpgpkeys=(
+ 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds <torvalds@linux-foundation.org>
+ '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman (Linux kernel stable release signing key) <greg@kroah.com>
+)
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
+md5sums=('0a68ef3615c64bd5ee54a3320e46667d'
+ 'a64148a9d7dc6ba241790f3cb320a9d7'
+ 'f3765e0eaa61bb1d6e758aebe8ee6e5c'
+ 'ce6c81ad1ad1f8b333fd6077d47abdaf'
+ 'a85bfae59eb537b973c388ffadb281ff'
+ 'a329f9581060d555dc7358483de9760a'
+ 'df7fceae6ee5d7e7be7b60ecd7f6bb35')
sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
- '6b9df938c896e57447004285f46afe22165c9e9668759678128384d2e93c15fb'
+ 'da2c0111013c6b1c45970d8bb7568956efd3718b04b89ece4d5740e912201538'
'7e65bcd8a7b2eb3ff75ba46f1e230895623882b4689053e1727ecb9ed1b2ce69'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'