summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-03-06 18:23:30 +0100
committerSimao Gomes Viana2020-03-06 18:23:30 +0100
commit44cd80382fa276d6f89a621b3cfbf261b9ef10ae (patch)
tree0c3075309f61a28be9b900106218ddb598df0893
parent258970ab2f94e88e6f1ffa7401c32af696142118 (diff)
downloadaur-44cd80382fa276d6f89a621b3cfbf261b9ef10ae.tar.gz
Update kernel to 5.5.8-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10fe19f931fd..995208c94478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous
pkgdesc = Modified Linux kernel optimized for Haswell (and newer) compiled using clang
- pkgver = 5.5.7
- pkgrel = 2
+ pkgver = 5.5.8
+ pkgrel = 1
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = linux-nitrous
conflicts = linux-nitrous-git-headers
conflicts = linux-nitrous-git
options = !strip
- source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.7-2/linux-nitrous-git-5.5.7-2-x86_64.pkg.tar.xz
- sha256sums = ec0244b13880bbe4aa14d97b549794fe74ed91c70c3ba0babbbbbb888a103437
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.8-1/linux-nitrous-git-5.5.8-1-x86_64.pkg.tar.xz
+ sha256sums = e5ba16006d949ea05c935e21f771dc6f1d2422505ffd3684aa5be209facf9ffb
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index 42f48fef0c33..9000ecfe57ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Simao Gomes Viana <xdevs23@outlook.com>
pkgname=linux-nitrous
-pkgver=5.5.7
-pkgrel=2
-_tar_pkgrel=2
+pkgver=5.5.8
+pkgrel=1
+_tar_pkgrel=1
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=('ec0244b13880bbe4aa14d97b549794fe74ed91c70c3ba0babbbbbb888a103437')
+sha256sums=('e5ba16006d949ea05c935e21f771dc6f1d2422505ffd3684aa5be209facf9ffb')
build() {
echo "No need to build anything"