summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimão Gomes Viana2024-10-04 15:39:19 +0000
committerSimão Gomes Viana2024-10-04 15:39:19 +0000
commitb46ccc73e5dd70d391ad93a3471254654633f507 (patch)
treebc92d56b001d7d20e0e6f5afae0686e52610d4ae
parentd52d46a062fdb522aa59a4ed51e5fea1fbdabd71 (diff)
downloadaur-b46ccc73e5dd70d391ad93a3471254654633f507.tar.gz
Update kernel to 6.11.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1485572058a2..65170b800235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-nitrous
- pkgver = 6.11.1
+ pkgver = 6.11.2
pkgrel = 1
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
@@ -28,9 +28,9 @@ pkgbase = linux-nitrous
makedepends = rust
makedepends = ccache
options = !strip
- source = https://gitlab.com/xdevs23/linux-nitrous/-/archive/v6.11.1-1/linux-nitrous-v6.11.1-1.tar.gz
+ source = https://gitlab.com/xdevs23/linux-nitrous/-/archive/v6.11.2-1/linux-nitrous-v6.11.2-1.tar.gz
source = linux-nitrous.preset
- sha256sums = 15b79b1096fe165bc2883d0981dc3a083929d55b58b8fa80a597d18d5d949d49
+ sha256sums = 00ca64c50b46157a565001f6786fcc6d57261d73804e7fb5b1444c6e54401128
sha256sums = 59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402
pkgname = linux-nitrous
@@ -40,12 +40,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.11.1-1: to build DKMS modules against this kernel
+ optdepends = linux-nitrous-headers=6.11.2-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.11.1
+ provides = binder_linux-dkms=6.11.2
backup = etc/mkinitcpio.d/linux-nitrous.preset
pkgname = linux-nitrous-headers
diff --git a/PKGBUILD b/PKGBUILD
index 05ef17d96aa6..f1e8def542b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgbase=linux-nitrous
_srcname=linux-nitrous
-pkgver=6.11.1
+pkgver=6.11.2
pkgrel=1
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
@@ -31,7 +31,7 @@ options=('!strip')
source=('https://gitlab.com/xdevs23/linux-nitrous/-/archive/v'"$pkgver-$pkgrel"'/linux-nitrous-v'"$pkgver-$pkgrel"'.tar.gz'
# standard config files for mkinitcpio ramdisk
"${_srcname}.preset")
-sha256sums=('15b79b1096fe165bc2883d0981dc3a083929d55b58b8fa80a597d18d5d949d49'
+sha256sums=('00ca64c50b46157a565001f6786fcc6d57261d73804e7fb5b1444c6e54401128'
'59cf1dfe08c144868ad87705dd62a0400921c042b1e12691e42cf214fe9a9402')
_kernelname=${pkgbase#linux}