summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2022-02-06 02:10:24 +0100
committerJoan Figueras2022-02-06 02:10:24 +0100
commitb5214f5c5f39a9c784e0759156d06cc26414c7e9 (patch)
treee4863b525184870218d72df0a2318ab5957883cb
parentedadb684bae3cb7638d8cfcf048344be99c2f78d (diff)
downloadaur-b5214f5c5f39a9c784e0759156d06cc26414c7e9.tar.gz
5.15.21-xanmod1-tt
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee5156bdf5af..f27c893cfa84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-tt
pkgdesc = Linux Xanmod. Development branch with the Task Type CPU Scheduler by Hamad Al Marri
- pkgver = 5.15.19
+ pkgver = 5.15.21
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = linux-xanmod-tt
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.15.19-xanmod1-tt/patch-5.15.19-xanmod1-tt.xz
+ source = https://github.com/xanmod/linux/releases/download/5.15.21-xanmod1-tt/patch-5.15.21-xanmod1-tt.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
sha256sums = SKIP
- sha256sums = cbd76cd18e71a08528c2dd413adfaa5a417f9f3dbd337d47ae495b875b1c907c
+ sha256sums = 366269dbe8545042edce6d14f03749ff639e2714ed6f7424515b46942a6f2e5a
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-tt
@@ -31,6 +31,10 @@ pkgname = linux-xanmod-tt
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-tt-headers
pkgdesc = Headers and scripts for building modules for the Linux Xanmod. Development branch with the Task Type CPU Scheduler by Hamad Al Marri kernel
diff --git a/PKGBUILD b/PKGBUILD
index 6b5bda8a35a2..8fd7f2f9317d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ fi
pkgbase=linux-xanmod-tt
_major=5.15
-pkgver=${_major}.19
+pkgver=${_major}.21
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -98,7 +98,7 @@ done
sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'SKIP'
- 'cbd76cd18e71a08528c2dd413adfaa5a417f9f3dbd337d47ae495b875b1c907c'
+ '366269dbe8545042edce6d14f03749ff639e2714ed6f7424515b46942a6f2e5a'
'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)"