summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2021-01-18 03:22:31 -0500
committerChris Severance2021-01-18 03:22:31 -0500
commit763e172c3b6bc6150a7e1c4c1c492f432b91c4cf (patch)
treecf10cbf8673f2ee6f43911500ffc76c99087980a
parente5954324258a0d8dc16cee8de839a7f11adec6bf (diff)
downloadaur-763e172c3b6bc6150a7e1c4c1c492f432b91c4cf.tar.gz
autu: Update to 4.14.216-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3c29c928de..e4995131e850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 01:17:58 UTC 2021
+# Mon Jan 18 08:22:31 UTC 2021
pkgbase = linux-lts414
- pkgver = 4.14.213
+ pkgver = 4.14.216
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -13,7 +13,7 @@ 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.213.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.216.xz
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -22,7 +22,7 @@ pkgbase = linux-lts414
source = 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
source = 0004-export_kernel_fpu_functions.patch
md5sums = bacdb9ffdcd922aa069a5e1520160e24
- md5sums = 4444a3628184340970cfde11358b6399
+ md5sums = 66548291f1f9147156452bfedafc9301
md5sums = 87acd834413baa7b2c4577c5d876187a
md5sums = ce6c81ad1ad1f8b333fd6077d47abdaf
md5sums = a85bfae59eb537b973c388ffadb281ff
@@ -31,7 +31,7 @@ pkgbase = linux-lts414
md5sums = 95204750f94a5f6d2d19e021736265d5
md5sums = f7d76cdef5cf4ac6a49115fc4f1f35d5
sha256sums = f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7
- sha256sums = 0e61e9d2b5cfed96d2739240a7212563e7aa315b337cb20bd0c677d09256fc95
+ sha256sums = db5474656f8c7379de928733d0de4aa6e374588610e40713c4ca3061506e642c
sha256sums = 4e81bf8ba135b05976f7f89e0b41f8543674eacf8a886bc8357239a048e0ac88
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
diff --git a/PKGBUILD b/PKGBUILD
index 485d111c9e55..6d1032e1af07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
set -u
pkgbase="linux-lts414"
-pkgver="4.14.213"
+pkgver="4.14.216"
_srcname="linux-${pkgver%.*}"
pkgrel='1'
arch=('x86_64')
@@ -36,7 +36,7 @@ validpgpkeys=(
)
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
md5sums=('bacdb9ffdcd922aa069a5e1520160e24'
- '4444a3628184340970cfde11358b6399'
+ '66548291f1f9147156452bfedafc9301'
'87acd834413baa7b2c4577c5d876187a'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'a85bfae59eb537b973c388ffadb281ff'
@@ -45,7 +45,7 @@ md5sums=('bacdb9ffdcd922aa069a5e1520160e24'
'95204750f94a5f6d2d19e021736265d5'
'f7d76cdef5cf4ac6a49115fc4f1f35d5')
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
- '0e61e9d2b5cfed96d2739240a7212563e7aa315b337cb20bd0c677d09256fc95'
+ 'db5474656f8c7379de928733d0de4aa6e374588610e40713c4ca3061506e642c'
'4e81bf8ba135b05976f7f89e0b41f8543674eacf8a886bc8357239a048e0ac88'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
@@ -172,7 +172,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux-lts.install
- #provides=("linux=${pkgver}")
+ #provides=("linux=${pkgver}") # not permitted by order of Arch TU
cd "${_srcname}"
@@ -232,7 +232,7 @@ _package() {
_package-headers() {
set -u
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
- #provides=("linux-headers=${pkgver}")
+ #provides=("linux-headers=${pkgver}") # not permitted by order of Arch TU
cd ${_srcname}
local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"