summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-02-11 16:29:26 +0100
committerPiotr Gorski2020-02-11 16:29:26 +0100
commitcdcbb31a82bceefbaba0849d421ca216e77489c7 (patch)
treeca6307b40fa5358a56c5c7725aa05c1ba74a727d
parent1d21515fbc2411bbeb77d23ae5ad5bab20ae1b95 (diff)
downloadaur-cdcbb31a82bceefbaba0849d421ca216e77489c7.tar.gz
Bump to 5.5.3-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0226e2cfafee..c72a2163bbcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 5.5.2
- pkgrel = 2
+ pkgver = 5.5.3
+ pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
license = GPL2
makedepends = bc
makedepends = inetutils
depends = coreutils
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.5.2.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.5.2.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.5.3.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.5.3.tar.sign
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 24f5f383b0337374f160723bcf3bf679c75cb5bd3fd0824a56998e47c04ef99e
+ sha256sums = 2bef3edcf44c746383045f4a809b2013e18c52319c827875ed8e89138951cab2
sha256sums = SKIP
sha256sums = 51fa0cca6e35f0cad4ed2ec402d44e79a5357ef6df247512b14093d962f537e2
sha256sums = 452b8d4d71e1565ca91b1bebb280693549222ef51c47ba8964e411b2d461699c
diff --git a/PKGBUILD b/PKGBUILD
index 584d147de0b0..e3d2d79be9d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=5.5
-_minor=2
+_minor=3
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=2
+pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
license=('GPL2')
@@ -20,7 +20,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('24f5f383b0337374f160723bcf3bf679c75cb5bd3fd0824a56998e47c04ef99e'
+sha256sums=('2bef3edcf44c746383045f4a809b2013e18c52319c827875ed8e89138951cab2'
'SKIP'
'51fa0cca6e35f0cad4ed2ec402d44e79a5357ef6df247512b14093d962f537e2'
'452b8d4d71e1565ca91b1bebb280693549222ef51c47ba8964e411b2d461699c')