diff options
author | Simão Gomes Viana | 2023-06-09 13:04:13 +0200 |
---|---|---|
committer | Simão Gomes Viana | 2023-06-09 13:04:13 +0200 |
commit | 7499404c1dad1a7b8399fba99533d88b3c73c07d (patch) | |
tree | 7c6dd31ccbbc16c8fd812b5720e45a4d4c78ac18 | |
parent | d9b485a5b6e3fbf8b59ff3f1c161fce35feceb01 (diff) | |
download | aur-7499404c1dad1a7b8399fba99533d88b3c73c07d.tar.gz |
Update kernel to 6.3.7-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ pkgbase = linux-nitrous - pkgver = 6.3.6 + pkgver = 6.3.7 pkgrel = 1 url = https://gitlab.com/xdevs23/linux-nitrous arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = linux-nitrous makedepends = rust makedepends = lzop options = !strip - source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.3.6-1 + source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.3.7-1 source = linux-nitrous.preset sha256sums = SKIP sha256sums = 59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402 @@ -31,7 +31,7 @@ pkgname = linux-nitrous depends = kmod depends = initramfs optdepends = crda: to set the correct wireless channels of your country - optdepends = linux-nitrous-headers=6.3.6-1: to build DKMS modules against this kernel + optdepends = linux-nitrous-headers=6.3.7-1: to build DKMS modules against this kernel optdepends = linux-firmware: Additional firmware blobs provides = WIREGUARD-MODULE provides = NTFS3-MODULE @@ -12,7 +12,7 @@ pkgbase=linux-nitrous _srcname=linux-nitrous -pkgver=6.3.6 +pkgver=6.3.7 pkgrel=1 arch=('x86_64') url="https://gitlab.com/xdevs23/linux-nitrous" |