summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2018-09-05 12:51:12 +0100
committerdysphoria2018-09-05 12:51:12 +0100
commit67f4145f121115ba29784271e721bb5589412cb0 (patch)
tree1262f612b962cb7c317b6382107fc2e3e4761368
parent12d84af74feac4ea8324d00a01bdcdae3eafecae (diff)
downloadaur-67f4145f121115ba29784271e721bb5589412cb0.tar.gz
[upd] bump to latest
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a0a2b1e8d5c..e0b2e6a0b72c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Jul 30 13:27:25 UTC 2018
+# Wed Sep 5 11:50:47 UTC 2018
pkgbase = linux-lts-tomoyo
- pkgver = 4.14.59
+ pkgver = 4.14.67
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = linux-lts-tomoyo
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.59.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.67.xz
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -21,7 +21,7 @@ pkgbase = linux-lts-tomoyo
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
sha256sums = f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7
- sha256sums = 8444907cab31f19e555f809b4157c932eb3f44d9768a09cd23ceb41fa25971ac
+ sha256sums = 42c7ff27d7cefbf0b4e313c757db1f2cfa2d65fa22cbe908c24aafafc995bd5f
sha256sums = c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
@@ -37,15 +37,15 @@ pkgname = linux-lts-tomoyo
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-lts-tomoyo=4.14.59
+ provides = linux-lts-tomoyo=4.14.67
provides = linux-tomoyo
backup = etc/mkinitcpio.d/linux-lts-tomoyo.preset
pkgname = linux-lts-tomoyo-headers
pkgdesc = Header files and scripts for building modules for Linux-lts-tomoyo kernel
- provides = linux-lts-tomoyo-headers=4.14.59
+ provides = linux-lts-tomoyo-headers=4.14.67
pkgname = linux-lts-tomoyo-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-lts-tomoyo kernel
- provides = linux-lts-tomoyo-docs=4.14.59
+ provides = linux-lts-tomoyo-docs=4.14.67
diff --git a/PKGBUILD b/PKGBUILD
index dc9861bce697..65bfc2fe2760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.14
-pkgver=4.14.59
+pkgver=4.14.67
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -22,19 +22,19 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'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
+ '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
+ )
+# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
- '8444907cab31f19e555f809b4157c932eb3f44d9768a09cd23ceb41fa25971ac'
+ '42c7ff27d7cefbf0b4e313c757db1f2cfa2d65fa22cbe908c24aafafc995bd5f'
'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
'36b1118c8dedadc4851150ddd4eb07b1c58ac5bbf3022cc2501a27c2b476da98'
'b6c56ff2dffebe164941ac3428351e158c9c059e884057ecfc215eeea12e76eb')
-validpgpkeys=(
- 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
- '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
- )
-
_kernelname=${pkgbase#linux}
prepare() {