mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Bump to 5.3.5-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
f37d3c6925
commit
34047b7e69
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-usermode
|
||||
pkgdesc = User mode Linux kernel and modules
|
||||
pkgver = 5.3.4
|
||||
pkgver = 5.3.5
|
||||
pkgrel = 1
|
||||
url = http://user-mode-linux.sourceforge.net/
|
||||
arch = x86_64
|
||||
|
|
@ -8,13 +8,13 @@ pkgbase = linux-usermode
|
|||
makedepends = bc
|
||||
makedepends = inetutils
|
||||
depends = coreutils
|
||||
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.4.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.4.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.5.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.5.tar.sign
|
||||
source = config
|
||||
source = 70-uml.hook
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 19541dbb3e0e6ca3acb4e7d6bb95a0af44a9607d2cb3e50c2d3f8894d95b246e
|
||||
sha256sums = 80ed8c5cfc298fdbccbd69f8b919c12b11d8b54d8c20f08fc8c3b1840d1e53f0
|
||||
sha256sums = SKIP
|
||||
sha256sums = 616ce4015a3d56c49bc5f839eed4c021483b08f730b36c9a7172724bed2cbdce
|
||||
sha256sums = 452b8d4d71e1565ca91b1bebb280693549222ef51c47ba8964e411b2d461699c
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@ pkgbase=linux-usermode
|
|||
pkgname=('linux-usermode' 'linux-usermode-modules')
|
||||
_kernelname=-usermodelinux
|
||||
_major=5.3
|
||||
_minor=4
|
||||
_minor=5
|
||||
pkgver=${_major}.${_minor}
|
||||
_srcname=linux-${pkgver}
|
||||
pkgrel=1
|
||||
|
|
@ -20,7 +20,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
|
|||
'config'
|
||||
'70-uml.hook')
|
||||
|
||||
sha256sums=('19541dbb3e0e6ca3acb4e7d6bb95a0af44a9607d2cb3e50c2d3f8894d95b246e'
|
||||
sha256sums=('80ed8c5cfc298fdbccbd69f8b919c12b11d8b54d8c20f08fc8c3b1840d1e53f0'
|
||||
'SKIP'
|
||||
'616ce4015a3d56c49bc5f839eed4c021483b08f730b36c9a7172724bed2cbdce'
|
||||
'452b8d4d71e1565ca91b1bebb280693549222ef51c47ba8964e411b2d461699c')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue