summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-05 13:50:20 +0100
committerSimao Gomes Viana2020-02-05 13:50:20 +0100
commitfb9223fce23ebb8b956eb229c20244b4bd12eb16 (patch)
tree2d6f72f98018f1d439e2a353cbf21d6f12a83ee6
parent31c6789a0f4db24c037866409d7029d38ba095de (diff)
downloadaur-fb9223fce23ebb8b956eb229c20244b4bd12eb16.tar.gz
Update kernel to 5.5.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 209f5db86033..311960701f0a 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.1
- pkgrel = 4
+ pkgver = 5.5.2
+ 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.1-4/linux-nitrous-git-5.5.1-4-x86_64.pkg.tar.xz
- sha256sums = d3de1a19ebcbad698ee0924c4ca01abd88b2482381114f4e602421decc30f1e9
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.2-1/linux-nitrous-git-5.5.2-1-x86_64.pkg.tar.xz
+ sha256sums = f5a41dd76e208c763100cea06cea277f7a2b7357e6b2e1f8c975b57ec8982135
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index 848e426f14c2..bcac6bbf9673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Simao Gomes Viana <xdevs23@outlook.com>
pkgname=linux-nitrous
-pkgver=5.5.1
-pkgrel=4
-_tar_pkgrel=4
+pkgver=5.5.2
+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=('d3de1a19ebcbad698ee0924c4ca01abd88b2482381114f4e602421decc30f1e9')
+sha256sums=('f5a41dd76e208c763100cea06cea277f7a2b7357e6b2e1f8c975b57ec8982135')
build() {
echo "No need to build anything"