diff options
author | Simão Gomes Viana | 2023-09-25 22:00:47 +0200 |
---|---|---|
committer | Simão Gomes Viana | 2023-09-25 22:00:47 +0200 |
commit | 71e83cd833efa3f33fd654916c164aae33400118 (patch) | |
tree | cd8cfb1c364a9dc0246c4ecab6ed3e410134a756 | |
parent | cbfa6779c26f4cd60c4aadb42cbdf09df1723338 (diff) | |
download | aur-71e83cd833efa3f33fd654916c164aae33400118.tar.gz |
Update kernel to 6.5.5-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-nitrous - pkgver = 6.5.4 - pkgrel = 8 + pkgver = 6.5.5 + pkgrel = 1 url = https://gitlab.com/xdevs23/linux-nitrous arch = x86_64 license = GPL2 @@ -20,7 +20,7 @@ pkgbase = linux-nitrous makedepends = lzop makedepends = cpio options = !strip - source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.5.4-8 + source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.5.5-1 source = linux-nitrous.preset sha256sums = SKIP sha256sums = 59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402 @@ -32,7 +32,7 @@ pkgname = linux-nitrous depends = kmod depends = initramfs optdepends = crda: to set the correct wireless channels of your country - optdepends = linux-nitrous-headers=6.5.4-8: to build DKMS modules against this kernel + optdepends = linux-nitrous-headers=6.5.5-1: to build DKMS modules against this kernel optdepends = linux-firmware: Additional firmware blobs provides = WIREGUARD-MODULE provides = NTFS3-MODULE @@ -12,8 +12,8 @@ pkgbase=linux-nitrous _srcname=linux-nitrous -pkgver=6.5.4 -pkgrel=8 +pkgver=6.5.5 +pkgrel=1 arch=('x86_64') url="https://gitlab.com/xdevs23/linux-nitrous" license=('GPL2') |