summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-01 19:31:37 +0100
committerSimao Gomes Viana2020-02-01 19:31:37 +0100
commitb7b5bb8a9914db291c6bfadb762dd6790b6e6297 (patch)
treeec66410bd6708993231ae8b184e03e6754c6491c
parent5c8773e731798229801f61c2b4af89a711db98fd (diff)
downloadaur-b7b5bb8a9914db291c6bfadb762dd6790b6e6297.tar.gz
Update kernel to 5.5.1-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f4d294a8d77..a629109b009b 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 = 2
+ pkgrel = 3
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-2/linux-nitrous-git-5.5.1-2-x86_64.pkg.tar.xz
- sha256sums = 9a9cc45329dcce23910998bd0577b4bf0cb50371f32a855a3d67c7003c629c04
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.1-3/linux-nitrous-git-5.5.1-3-x86_64.pkg.tar.xz
+ sha256sums = 0e77ef7561a375cda9603e86f634eaa61dd7c9a7754ceee3db4db2ef084d3281
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index bb248e9762af..0e4d40edba1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=linux-nitrous
pkgver=5.5.1
-pkgrel=2
-_tar_pkgrel=2
+pkgrel=3
+_tar_pkgrel=3
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=('9a9cc45329dcce23910998bd0577b4bf0cb50371f32a855a3d67c7003c629c04')
+sha256sums=('0e77ef7561a375cda9603e86f634eaa61dd7c9a7754ceee3db4db2ef084d3281')
build() {
echo "No need to build anything"