summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-29 18:49:08 +0100
committerSimao Gomes Viana2020-02-29 18:49:08 +0100
commit258970ab2f94e88e6f1ffa7401c32af696142118 (patch)
tree127f3373f7f048b908e27b44b05a8e6ad1f4fa7d
parent39afea3497e567886b2c8e5f90e5dc2094d20cfe (diff)
downloadaur-258970ab2f94e88e6f1ffa7401c32af696142118.tar.gz
Update kernel to 5.5.7-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c057676ddc38..10fe19f931fd 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.6
- pkgrel = 1
+ pkgver = 5.5.7
+ 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.6-1/linux-nitrous-git-5.5.6-1-x86_64.pkg.tar.xz
- sha256sums = a73e352ddb680025288b209ff63142101637d19dbd2a0885039010c8e3c18772
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.7-2/linux-nitrous-git-5.5.7-2-x86_64.pkg.tar.xz
+ sha256sums = ec0244b13880bbe4aa14d97b549794fe74ed91c70c3ba0babbbbbb888a103437
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index d4aa34dc29bd..42f48fef0c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Simao Gomes Viana <xdevs23@outlook.com>
pkgname=linux-nitrous
-pkgver=5.5.6
-pkgrel=1
-_tar_pkgrel=1
+pkgver=5.5.7
+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=('a73e352ddb680025288b209ff63142101637d19dbd2a0885039010c8e3c18772')
+sha256sums=('ec0244b13880bbe4aa14d97b549794fe74ed91c70c3ba0babbbbbb888a103437')
build() {
echo "No need to build anything"