diff options
author | Simão Gomes Viana | 2024-01-01 17:27:08 +0100 |
---|---|---|
committer | Simão Gomes Viana | 2024-01-01 17:27:08 +0100 |
commit | 119956f6b25cfb4894fa9fcdd47097c29c403d43 (patch) | |
tree | bf484a64bab5c513f93b0320ee7dba3e6cb777df | |
parent | 377561761f652292c73d888400c96277c4956a43 (diff) | |
download | aur-119956f6b25cfb4894fa9fcdd47097c29c403d43.tar.gz |
Update kernel to 6.6.9-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-nitrous - pkgver = 6.6.8 - pkgrel = 2 + pkgver = 6.6.9 + pkgrel = 1 url = https://gitlab.com/xdevs23/linux-nitrous arch = x86_64 license = GPL2 @@ -27,7 +27,7 @@ pkgbase = linux-nitrous makedepends = lzop makedepends = rust options = !strip - source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.6.8-2 + source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.6.9-1 source = linux-nitrous.preset sha256sums = SKIP sha256sums = 59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402 @@ -39,12 +39,12 @@ pkgname = linux-nitrous depends = kmod depends = initramfs optdepends = wireless-regdb: to set the correct wireless channels of your country - optdepends = linux-nitrous-headers=6.6.8-2: to build DKMS modules against this kernel + optdepends = linux-nitrous-headers=6.6.9-1: to build DKMS modules against this kernel optdepends = linux-firmware: Additional firmware blobs provides = WIREGUARD-MODULE provides = NTFS3-MODULE provides = BINDER-MODULE - provides = binder_linux-dkms=6.6.8 + provides = binder_linux-dkms=6.6.9 backup = etc/mkinitcpio.d/linux-nitrous.preset pkgname = linux-nitrous-headers @@ -12,8 +12,8 @@ pkgbase=linux-nitrous _srcname=linux-nitrous -pkgver=6.6.8 -pkgrel=2 +pkgver=6.6.9 +pkgrel=1 arch=('x86_64') url="https://gitlab.com/xdevs23/linux-nitrous" license=('GPL2') |