summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-09 10:56:08 +0100
committerSimao Gomes Viana2020-02-09 10:56:08 +0100
commit12d80457073572ba28f4d1fc22b485596b16e33c (patch)
tree4157deec9b08c8b63e1ebe3c6ff9eaa116454056
parentfb9223fce23ebb8b956eb229c20244b4bd12eb16 (diff)
downloadaur-12d80457073572ba28f4d1fc22b485596b16e33c.tar.gz
Update kernel to 5.5.2-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 311960701f0a..100b0024d2af 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.2
- 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.2-1/linux-nitrous-git-5.5.2-1-x86_64.pkg.tar.xz
- sha256sums = f5a41dd76e208c763100cea06cea277f7a2b7357e6b2e1f8c975b57ec8982135
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.2-2/linux-nitrous-git-5.5.2-2-x86_64.pkg.tar.xz
+ sha256sums = f6c49fb8ff1fe76b06e359920c4f1a5afe39e1208ca3b530a31100494f9a8a0a
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index bcac6bbf9673..9c664ef7546d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=linux-nitrous
pkgver=5.5.2
-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=('f5a41dd76e208c763100cea06cea277f7a2b7357e6b2e1f8c975b57ec8982135')
+sha256sums=('f6c49fb8ff1fe76b06e359920c4f1a5afe39e1208ca3b530a31100494f9a8a0a')
build() {
echo "No need to build anything"