summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-15 12:40:58 +0100
committerSimao Gomes Viana2020-02-15 12:40:58 +0100
commit4a81f03c2ba4ee5b9330c27fffd3fa51eb38fe8f (patch)
tree0925c9f4d35dc54acf5c9bd9ddb5b82af34a0ad7
parent279a85026cdccf55638ca1637e471f0d752a9fb7 (diff)
downloadaur-4a81f03c2ba4ee5b9330c27fffd3fa51eb38fe8f.tar.gz
Update kernel to 5.5.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a5bc94dd2c..37893ace80a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-nitrous
pkgdesc = Modified Linux kernel optimized for Haswell (and newer) compiled using clang
- pkgver = 5.5.3
+ pkgver = 5.5.4
pkgrel = 1
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
@@ -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.3-1/linux-nitrous-git-5.5.3-1-x86_64.pkg.tar.xz
- sha256sums = 31e9ca167f0d48499c6929b51af1721d3676d2191b1e5097594d96082b104d23
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.4-1/linux-nitrous-git-5.5.4-1-x86_64.pkg.tar.xz
+ sha256sums = 498d77ae0e0be77cbcdb245771540db69a7534e71e1cc8693b3a61f11fd1ffbe
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index 20a72cce591f..2fab2393b986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simao Gomes Viana <xdevs23@outlook.com>
pkgname=linux-nitrous
-pkgver=5.5.3
+pkgver=5.5.4
pkgrel=1
_tar_pkgrel=1
pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang"
@@ -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=('31e9ca167f0d48499c6929b51af1721d3676d2191b1e5097594d96082b104d23')
+sha256sums=('498d77ae0e0be77cbcdb245771540db69a7534e71e1cc8693b3a61f11fd1ffbe')
build() {
echo "No need to build anything"