mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
update: kernel 4.15.8
Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
This commit is contained in:
parent
d970c34f4c
commit
3399b32e30
4 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-usermode
|
||||
pkgdesc = User mode Linux kernel and modules
|
||||
pkgver = 4.15.7
|
||||
pkgver = 4.15.8
|
||||
pkgrel = 1
|
||||
url = http://user-mode-linux.sourceforge.net/
|
||||
arch = x86_64
|
||||
|
|
@ -10,17 +10,17 @@ pkgbase = linux-usermode
|
|||
depends = coreutils
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.sign
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.7.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.7.sign
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.8.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.8.sign
|
||||
source = config
|
||||
source = 0001-ucontext-fix-incomplete-type-ucontext.patch
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769
|
||||
sha256sums = SKIP
|
||||
sha256sums = 0dad200b26837acd0340dfe18d9610467c111df5719440248cd8be6fb8d6dd02
|
||||
sha256sums = 93e9495e5d43f3ff6695b50ba74fc17d8feef670c16c08acd005059b54db1ef0
|
||||
sha256sums = SKIP
|
||||
sha256sums = 643d7d8e33bc065c66452f47f4ae790a34e0af5b5176a5d5985aa37dfb3dfcd4
|
||||
sha256sums = d285dad8992eeda7463f744f5406851043a6810b06cc3feee2baf98be7c63d7e
|
||||
sha256sums = 9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf
|
||||
|
||||
pkgname = linux-usermode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,7 +5,7 @@ true && pkgname=(linux-usermode linux-usermode-modules)
|
|||
pkgbase=linux-usermode
|
||||
_kernelname=-usermodelinux
|
||||
_srcname=linux-4.15
|
||||
pkgver=4.15.7
|
||||
pkgver=4.15.8
|
||||
pkgrel=1
|
||||
pkgdesc="User mode Linux kernel and modules"
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,9 +21,9 @@ source=(
|
|||
|
||||
sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
|
||||
'SKIP'
|
||||
'0dad200b26837acd0340dfe18d9610467c111df5719440248cd8be6fb8d6dd02'
|
||||
'93e9495e5d43f3ff6695b50ba74fc17d8feef670c16c08acd005059b54db1ef0'
|
||||
'SKIP'
|
||||
'643d7d8e33bc065c66452f47f4ae790a34e0af5b5176a5d5985aa37dfb3dfcd4'
|
||||
'd285dad8992eeda7463f744f5406851043a6810b06cc3feee2baf98be7c63d7e'
|
||||
'9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf')
|
||||
|
||||
validpgpkeys=(
|
||||
|
|
|
|||
2
config
2
config
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# User Mode Linux/x86 4.15.7-1 Kernel Configuration
|
||||
# User Mode Linux/x86 4.15.8-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_UML=y
|
||||
CONFIG_MMU=y
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
KERNEL_VERSION=4.15.7-usermodelinux
|
||||
KERNEL_VERSION=4.15.8-usermodelinux
|
||||
|
||||
post_install() {
|
||||
echo ">>> Updating module dependencies. Please wait ..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue