summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c9bfed121a..96cafcd98a33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-lts
pkgdesc = Linux Xanmod LTS
- pkgver = 5.10.96
+ pkgver = 5.10.98
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = linux-xanmod-lts
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.10.96-xanmod1/patch-5.10.96-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/5.10.98-xanmod1/patch-5.10.98-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
sha256sums = SKIP
- sha256sums = 448b5a482ea320366dca044033703a7e46b85bb2dd4cb8495e5212349dc23950
+ sha256sums = 642240737d5fff414b1f324c837a0d479afc9243e5c9b83c4eba61ee05655db7
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-lts
@@ -31,6 +31,10 @@ pkgname = linux-xanmod-lts
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
+ provides = VIRTUALBOX-GUEST-MODULES
+ provides = WIREGUARD-MODULE
+ provides = KSMBD-MODULE
+ provides = NTFS3-MODULE
pkgname = linux-xanmod-lts-headers
pkgdesc = Headers and scripts for building modules for the Linux Xanmod LTS kernel
diff --git a/PKGBUILD b/PKGBUILD
index d08beaebe7c4..ccb0df796806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ fi
pkgbase=linux-xanmod-lts
_major=5.10
-pkgver=${_major}.96
+pkgver=${_major}.98
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -98,7 +98,7 @@ done
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'SKIP'
- '448b5a482ea320366dca044033703a7e46b85bb2dd4cb8495e5212349dc23950'
+ '642240737d5fff414b1f324c837a0d479afc9243e5c9b83c4eba61ee05655db7'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
@@ -219,6 +219,10 @@ _package() {
depends=(coreutils kmod initramfs)
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')
+ provides=(VIRTUALBOX-GUEST-MODULES
+ WIREGUARD-MODULE
+ KSMBD-MODULE
+ NTFS3-MODULE)
cd linux-${_major}
local kernver="$(<version)"