summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2018-05-23 23:03:01 +0100
committerdysphoria2018-05-23 23:03:01 +0100
commitf70f984334e58bea2d39fe0d819cdb38d3019fe8 (patch)
tree7d4023a701fd07b260155ed0c8998ffcf0a75c53
parentf18956580ce7ee4d6efca609f80329267b83f3b9 (diff)
downloadaur-f70f984334e58bea2d39fe0d819cdb38d3019fe8.tar.gz
[upd] bump to latest
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd10aac4de2b..14895827c356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 16:52:11 UTC 2018
+# Wed May 23 22:02:39 UTC 2018
pkgbase = linux-lts-tomoyo
- pkgver = 4.14.22
+ pkgver = 4.14.41
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = linux-lts-tomoyo
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/linux-4.14.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.22.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.22.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.41.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.41.sign
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -24,7 +24,7 @@ pkgbase = linux-lts-tomoyo
source = 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
sha256sums = f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7
sha256sums = SKIP
- sha256sums = 6df3b1cea7091380949dcb33a8313bdfd4b26227584569753ff6c8d161ee1cf7
+ sha256sums = 9899039be6a66e98272120c4c6d50f4029a6b4f9cc95e5ca3555cff513a7581c
sha256sums = SKIP
sha256sums = c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
@@ -41,14 +41,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.22
+ provides = linux-lts-tomoyo=4.14.41
+ 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.22
+ provides = linux-lts-tomoyo-headers=4.14.41
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.22
+ provides = linux-lts-tomoyo-docs=4.14.41
diff --git a/PKGBUILD b/PKGBUILD
index cdc3bcbd1277..cdec1397f4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.14
-pkgver=4.14.22
+pkgver=4.14.41
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -29,7 +29,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
)
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'SKIP'
- '6df3b1cea7091380949dcb33a8313bdfd4b26227584569753ff6c8d161ee1cf7'
+ '9899039be6a66e98272120c4c6d50f4029a6b4f9cc95e5ca3555cff513a7581c'
'SKIP'
'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
@@ -108,7 +108,7 @@ _package() {
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
- provides=("${pkgbase}=${pkgver}")
+ provides=("${pkgbase}=${pkgver}" 'linux-tomoyo')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux-lts.install