summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8f4887acece..0c891fa6c427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,10 @@
pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
-_major=6.2
-_minor=13
-pkgver=${_major}.${_minor}
+_major=6.3
+_minor=0
+#pkgver=${_major}.${_minor}
+pkgver=${_major}
_srcname=linux-${pkgver}
pkgrel=1
pkgdesc="User mode Linux kernel and modules"
@@ -21,14 +22,12 @@ _lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.sign"
- "${_lucjanpath}/um-patches/0001-um-Support-LTO.patch"
'config'
'70-uml.hook')
-sha256sums=('c7dded14e368834b18bb2ad64af65560d8bcb9d2d6597e0f6ef151fded01e577'
+sha256sums=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
'SKIP'
- '4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a'
- 'ed042e1d51c310c13c00e13b7bd5803a13636e5692e048765b98612dd92e693d'
+ '5450549abde9ed5a2a28d8fa409c27367cb05720a20d170f0665704d55a4380c'
'05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')
validpgpkeys=(
@@ -41,7 +40,6 @@ prepare() {
echo "Setting version..."
sed -e "/^EXTRAVERSION =/s/=.*/=/" -i Makefile
- scripts/setlocalversion --save-scmversion
echo "-$pkgrel" > localversion.10-pkgrel
echo "$_kernelname" > localversion.20-pkgname