summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-01 18:07:27 +0100
committerSimao Gomes Viana2020-02-01 18:07:27 +0100
commitb05fb945c5d671ebc718d2d242b94f7fd922ddf8 (patch)
treee05730d79a1d73177fce74b0998e413158010021
parent7758b41266d0299c19da7a90d9d491ff568a9f21 (diff)
downloadaur-b05fb945c5d671ebc718d2d242b94f7fd922ddf8.tar.gz
Update kernel to 5.5.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76aa772e519d..3f4d294a8d77 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 = 1
+ pkgrel = 2
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-1/linux-nitrous-git-5.5.1-1-x86_64.pkg.tar.xz
- sha256sums = 55ec21250d0dc9b7a4231a63cb977621eca9a14d60e414044d4d093b02b38426
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.1-2/linux-nitrous-git-5.5.1-2-x86_64.pkg.tar.xz
+ sha256sums = 9a9cc45329dcce23910998bd0577b4bf0cb50371f32a855a3d67c7003c629c04
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index afc2a9a9146d..4852c55dff43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=linux-nitrous
pkgver=5.5.1
-pkgrel=1
-_tar_pkgrel=1
+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=('55ec21250d0dc9b7a4231a63cb977621eca9a14d60e414044d4d093b02b38426')
+sha256sums=('9a9cc45329dcce23910998bd0577b4bf0cb50371f32a855a3d67c7003c629c04')
build() {
echo "No need to build anything"