summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimão Gomes Viana2023-01-20 19:06:27 +0100
committerSimão Gomes Viana2023-01-20 19:06:27 +0100
commit928e806b99859123f93a668caf4cdf7f833e019f (patch)
treea39166e7c3bc1973add389d04651e00afde61802
parentba7599fdc391c34915b0d1c9d2d1319b7be2b56e (diff)
downloadaur-928e806b99859123f93a668caf4cdf7f833e019f.tar.gz
Update kernel to 6.1.7-2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 022bcd941bab..81725ba33a27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = linux-nitrous-fire
pkgver = 6.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
makedepends = bison
- makedepends = clang>=13
- makedepends = llvm>=13
- makedepends = lld>=13
+ makedepends = clang>=14
+ makedepends = llvm>=14
+ makedepends = lld>=14
makedepends = xmlto
makedepends = docbook-xsl
makedepends = kmod
@@ -19,19 +19,19 @@ pkgbase = linux-nitrous-fire
makedepends = rust
makedepends = lzop
options = !strip
- source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.1.7-1
+ source = git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v6.1.7-2
source = linux-nitrous-fire.preset
sha256sums = SKIP
sha256sums = 5c5305e210d83ca015b2272d82c4fbc51a690984a34bfca7922d8c0818b1772b
pkgname = linux-nitrous-fire
- pkgdesc = Modified Linux kernel optimized for Skylake (and newer) compiled using clang (tagged git version), with Clear Linux patches, sacrificing security for performance. The 'nitrous-fire' kernel is insecure, only use it if you need the performance.
+ pkgdesc = Modified Linux kernel optimized for Skylake and newer, compiled using clang, sacrificing security for performance. The 'nitrous-fire' kernel is insecure, only use it if you need the performance.
install = linux-nitrous-fire.install
depends = coreutils
depends = kmod
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
- optdepends = linux-nitrous-fire-headers=6.1.7-1: to build DKMS modules against this kernel
+ optdepends = linux-nitrous-fire-headers=6.1.7-2: to build DKMS modules against this kernel
optdepends = linux-firmware: Additional firmware blobs
provides = NTFS3-MODULE
backup = etc/mkinitcpio.d/linux-nitrous-fire.preset
diff --git a/PKGBUILD b/PKGBUILD
index 82dbce19a322..5d26fd265e0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=linux-nitrous-fire
_srcname=linux-nitrous
pkgver=6.1.7
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
license=('GPL2')