summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4aa34dc29bd..42f48fef0c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Simao Gomes Viana <xdevs23@outlook.com>
pkgname=linux-nitrous
-pkgver=5.5.6
-pkgrel=1
-_tar_pkgrel=1
+pkgver=5.5.7
+pkgrel=2
+_tar_pkgrel=2
pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang"
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
@@ -18,7 +18,7 @@ optdepends=(
'linux-nitrous-headers: to build DKMS modules against this kernel'
)
source=("https://github.com/xdevs23/linux-nitrous/releases/download/v$pkgver-$_tar_pkgrel/linux-nitrous-git-$pkgver-$_tar_pkgrel-x86_64.pkg.tar.xz")
-sha256sums=('a73e352ddb680025288b209ff63142101637d19dbd2a0885039010c8e3c18772')
+sha256sums=('ec0244b13880bbe4aa14d97b549794fe74ed91c70c3ba0babbbbbb888a103437')
build() {
echo "No need to build anything"