summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-06-25 20:49:54 -0400
committerChris Severance2019-06-25 20:49:54 -0400
commit7c47c95e9ae18ee2c40a0fe7af4f89c0d36d4e0b (patch)
tree9f0797b0c3ff03ea4518a8f517f98e80a5c65e01
parent909d3d9f151089dd4f679e550411d4e23c26dedc (diff)
downloadaur-7c47c95e9ae18ee2c40a0fe7af4f89c0d36d4e0b.tar.gz
autu: Update to 4.14.130-1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD44
2 files changed, 41 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a52b920f6974..2dc342e053cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Jun 22 23:53:53 UTC 2019
+# Wed Jun 26 00:49:54 UTC 2019
pkgbase = linux-lts414
- pkgver = 4.14.129
+ pkgver = 4.14.130
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -13,15 +13,23 @@ pkgbase = linux-lts414
makedepends = libelf
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.129.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.130.xz
source = config
source = 60-linux.hook
source = 90-linux.hook
source = linux-lts.preset
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
+ md5sums = bacdb9ffdcd922aa069a5e1520160e24
+ md5sums = 5cfff6673a6c2351957c0991bea8f645
+ md5sums = d25ac6fb204de05284286fddacc74247
+ md5sums = ce6c81ad1ad1f8b333fd6077d47abdaf
+ md5sums = a85bfae59eb537b973c388ffadb281ff
+ md5sums = a329f9581060d555dc7358483de9760a
+ md5sums = 53523555d234de3b2fde749096ba9948
+ md5sums = 95204750f94a5f6d2d19e021736265d5
sha256sums = f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7
- sha256sums = 7f64e22f9db25c555ef38be0be3fbec4d35482dd80dff96f274a2994d32aec44
+ sha256sums = 0d1af619766f80a8869274937d6a03769512db148f79ead72f6ef8ebc1682f8f
sha256sums = 110d716c119321de712640d683124042ddcbdcac5222645c1b2620a99dd1b00a
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
@@ -37,12 +45,12 @@ pkgname = linux-lts414
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=4.14.129
+ provides = linux=4.14.130
backup = etc/mkinitcpio.d/linux-lts414.preset
pkgname = linux-lts414-headers
pkgdesc = Header files and scripts for building modules for Linux-lts414 kernel
- provides = linux-headers=4.14.129
+ provides = linux-headers=4.14.130
pkgname = linux-lts414-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-lts414 kernel
diff --git a/PKGBUILD b/PKGBUILD
index 232ba05cd329..66ec9adfb4e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,31 +2,41 @@
# Contributor: Andreas Radke <andyrtr@archlinux.org>
set -u
-pkgbase=linux-lts414
-#pkgbase=linux-lts-custom
-_srcname=linux-4.14
-pkgver=4.14.129
-pkgrel=1
+pkgbase="linux-lts414"
+pkgver="4.14.130"
+_srcname="linux-${pkgver%.*}"
+pkgrel='1'
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
_verwatch=('https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/' '.*"patch-\(4\.14\.[0-9]\+\)\.xz.*' 'f')
-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 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
- 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
-validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds <torvalds@linux-foundation.org>
- '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman (Linux kernel stable release signing key) <greg@kroah.com>
- )
+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 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
+ '0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch'
+ '0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch'
+)
+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=('bacdb9ffdcd922aa069a5e1520160e24'
+ '5cfff6673a6c2351957c0991bea8f645'
+ 'd25ac6fb204de05284286fddacc74247'
+ 'ce6c81ad1ad1f8b333fd6077d47abdaf'
+ 'a85bfae59eb537b973c388ffadb281ff'
+ 'a329f9581060d555dc7358483de9760a'
+ '53523555d234de3b2fde749096ba9948'
+ '95204750f94a5f6d2d19e021736265d5')
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
- '7f64e22f9db25c555ef38be0be3fbec4d35482dd80dff96f274a2994d32aec44'
+ '0d1af619766f80a8869274937d6a03769512db148f79ead72f6ef8ebc1682f8f'
'110d716c119321de712640d683124042ddcbdcac5222645c1b2620a99dd1b00a'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'