summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2019-03-07 03:09:39 +0000
committerdysphoria2019-03-07 03:09:39 +0000
commit6c9d201bb9f3e9b0ec270f41f42c349c2880da6a (patch)
treee4667007cd2856c9d0657e0b822f8ca5054f80ad
parent8c63949f2ce72bfa68c761da1a6c5f48aefdda62 (diff)
downloadaur-6c9d201bb9f3e9b0ec270f41f42c349c2880da6a.tar.gz
[upd] bump to latest
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 378a9e8c902b..091e99a47224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Feb 2 19:19:49 UTC 2019
+# Thu Mar 7 03:09:15 UTC 2019
pkgbase = linux-lts-tomoyo
- pkgver = 4.19.19
+ pkgver = 4.19.27
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = linux-lts-tomoyo
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/linux-4.19.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.19.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.27.xz
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -22,7 +22,7 @@ pkgbase = linux-lts-tomoyo
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
sha256sums = SKIP
- sha256sums = 8ec1cbc567d7d72df7ef6620f8e8678194c2397543bb3bc0b5e6a8a6d9faae5e
+ sha256sums = 477e37ea3b4d5a84c59f25fa614dbf57e464b51a10ef7a4e72afbcbc0b0f3839
sha256sums = 2dbe737dd5d186ca0b3b1753ad3d7a4a722b3eb03ec224dc24b49dd491c18cf1
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
@@ -30,22 +30,22 @@ pkgbase = linux-lts-tomoyo
sha256sums = 36b1118c8dedadc4851150ddd4eb07b1c58ac5bbf3022cc2501a27c2b476da98
pkgname = linux-lts-tomoyo
- pkgdesc = The Linux lts kernel with TOMOYO configuration
+ pkgdesc = The Linux LTS kernel with TOMOYO configuration
install = linux-lts.install
depends = coreutils
depends = linux-firmware
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-lts-tomoyo=4.19.19
+ provides = linux-lts-tomoyo=4.19.27
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.19.19
+ provides = linux-lts-tomoyo-headers=4.19.27
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.19.19
+ provides = linux-lts-tomoyo-docs=4.19.27
diff --git a/PKGBUILD b/PKGBUILD
index 8384f3700917..61b91d3c2246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.19
-pkgver=4.19.19
+pkgver=4.19.27
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -27,7 +27,7 @@ validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
'SKIP'
- '8ec1cbc567d7d72df7ef6620f8e8678194c2397543bb3bc0b5e6a8a6d9faae5e'
+ '477e37ea3b4d5a84c59f25fa614dbf57e464b51a10ef7a4e72afbcbc0b0f3839'
'2dbe737dd5d186ca0b3b1753ad3d7a4a722b3eb03ec224dc24b49dd491c18cf1'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
@@ -93,7 +93,7 @@ build() {
}
_package() {
- pkgdesc="The Linux lts kernel with TOMOYO configuration"
+ pkgdesc="The Linux LTS kernel with TOMOYO configuration"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')