diff options
author | Simão Gomes Viana | 2024-02-17 22:56:05 +0100 |
---|---|---|
committer | Simão Gomes Viana | 2024-02-17 22:56:05 +0100 |
commit | b294f834c2a3f3fa123984de5b32899daa62054f (patch) | |
tree | f9a95afbb4b9ca526258a852aa68ce42596abf80 | |
parent | 853ede78f7c9c8511772a739ba43ef25ebd9ca5a (diff) | |
download | aur-b294f834c2a3f3fa123984de5b32899daa62054f.tar.gz |
Update kernel to 6.7.5-4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-nitrous pkgver = 6.7.5 - pkgrel = 3 + pkgrel = 4 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.7.5-3 + source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.7.5-4 source = linux-nitrous.preset sha256sums = SKIP sha256sums = 59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402 @@ -39,7 +39,7 @@ pkgname = linux-nitrous depends = kmod depends = initramfs optdepends = wireless-regdb: to set the correct wireless channels of your country - optdepends = linux-nitrous-headers=6.7.5-3: to build DKMS modules against this kernel + optdepends = linux-nitrous-headers=6.7.5-4: to build DKMS modules against this kernel optdepends = linux-firmware: Additional firmware blobs provides = WIREGUARD-MODULE provides = NTFS3-MODULE @@ -13,7 +13,7 @@ pkgbase=linux-nitrous _srcname=linux-nitrous pkgver=6.7.5 -pkgrel=3 +pkgrel=4 arch=('x86_64') url="https://gitlab.com/xdevs23/linux-nitrous" license=('GPL2') |