diff options
author | Simão Gomes Viana | 2022-05-10 23:37:12 +0200 |
---|---|---|
committer | Simão Gomes Viana | 2022-05-10 23:37:12 +0200 |
commit | a3573fa72a5f67d1b0c7311fd4a20508e241f2df (patch) | |
tree | 8e9ab555524fed618e153aec905e17d9471f1937 | |
parent | ee3e39b15423f87212933506c822f2772ad3a26d (diff) | |
download | aur-a3573fa72a5f67d1b0c7311fd4a20508e241f2df.tar.gz |
Update kernel to 5.17.6-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 = 5.17.5 - pkgrel = 2 + pkgver = 5.17.6 + pkgrel = 1 url = https://gitlab.com/xdevs23/linux-nitrous arch = x86_64 license = GPL2 @@ -17,7 +17,7 @@ pkgbase = linux-nitrous makedepends = libelf makedepends = coreutils options = !strip - source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v5.17.5-2 + source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v5.17.6-1 source = linux-nitrous.preset sha256sums = SKIP sha256sums = 59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402 @@ -29,7 +29,7 @@ pkgname = linux-nitrous depends = kmod depends = initramfs optdepends = crda: to set the correct wireless channels of your country - optdepends = linux-nitrous-headers=5.17.5-2: to build DKMS modules against this kernel + optdepends = linux-nitrous-headers=5.17.6-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=5.17.5 -pkgrel=2 +pkgver=5.17.6 +pkgrel=1 arch=('x86_64') url="https://gitlab.com/xdevs23/linux-nitrous" license=('GPL2') |