summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 513d2b58e370..21202c60ae46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-nitrous-git
pkgver = 5.3.8
- pkgrel = 18
+ pkgrel = 19
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = linux-nitrous-git
source = git+https://gitlab.com/xdevs23/linux-nitrous.git/
source = linux-nitrous.preset
sha256sums = SKIP
- sha256sums = 48ef93bf8f8ff236c4e2092736d0add8f87cfc5416417c50966bb296ab5933ae
+ sha256sums = 02a08e1df74541e9848685da38134d701684694c43e3428197c6db41e968f246
pkgname = linux-nitrous-git
pkgdesc = Modified Linux kernel optimized for Haswell (and newer) compiled using clang
diff --git a/PKGBUILD b/PKGBUILD
index 2f2a764980e8..a6d28c014281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=linux-nitrous-git
_srcname=linux-nitrous
pkgver=5.3.8
-pkgrel=18
+pkgrel=19
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
license=('GPL2')
@@ -23,7 +23,7 @@ source=('git+https://gitlab.com/xdevs23/linux-nitrous.git/'
# standard config files for mkinitcpio ramdisk
"${_srcname}.preset")
sha256sums=('SKIP'
- '48ef93bf8f8ff236c4e2092736d0add8f87cfc5416417c50966bb296ab5933ae')
+ '02a08e1df74541e9848685da38134d701684694c43e3428197c6db41e968f246')
_kernelname=${pkgbase#linux}