mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
upd
This commit is contained in:
parent
4d5efba6c4
commit
5a742377f1
3 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-usermode
|
||||
pkgdesc = User mode Linux kernel and modules
|
||||
pkgver = 4.1.1
|
||||
pkgver = 4.1.5
|
||||
pkgrel = 1
|
||||
url = http://user-mode-linux.sourceforge.net/
|
||||
arch = i686
|
||||
|
|
@ -12,11 +12,11 @@ pkgbase = linux-usermode
|
|||
makedepends = vde2
|
||||
depends = coreutils
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.1.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.1.5.xz
|
||||
source = config-i686
|
||||
source = config-x86_64
|
||||
md5sums = fe9dc0f6729f36400ea81aa41d614c37
|
||||
md5sums = 7766291e05ecf0b53d79c532cb44db6c
|
||||
md5sums = 79d9a168b73d91544c15b3b77221528a
|
||||
md5sums = 3f269b45d681772081d1ef7f5a5b2701
|
||||
md5sums = 87db1e4450352d472798b98996501e1a
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@ true && pkgname=(linux-usermode linux-usermode-modules)
|
|||
pkgbase=linux-usermode
|
||||
_kernelname=-usermodelinux
|
||||
_srcname=linux-4.1
|
||||
pkgver=4.1.1
|
||||
pkgver=4.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="User mode Linux kernel and modules"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -16,7 +16,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
config-i686
|
||||
config-x86_64)
|
||||
md5sums=('fe9dc0f6729f36400ea81aa41d614c37'
|
||||
'7766291e05ecf0b53d79c532cb44db6c'
|
||||
'79d9a168b73d91544c15b3b77221528a'
|
||||
'3f269b45d681772081d1ef7f5a5b2701'
|
||||
'87db1e4450352d472798b98996501e1a')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
KERNEL_VERSION=4.1.1-usermodelinux
|
||||
KERNEL_VERSION=4.1.5-usermodelinux
|
||||
|
||||
post_install() {
|
||||
echo ">>> Updating module dependencies. Please wait ..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue