summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-01-24 19:58:34 +0100
committerSimao Gomes Viana2020-01-24 19:58:34 +0100
commit86798be27e168869127a42ae389aaa15d854c53c (patch)
tree3f5301490d3ad79bf3794f7cf1de6a1dd592b583
parent971572dbe5eaae4b1c1ad6b3501dff629469db7b (diff)
downloadaur-86798be27e168869127a42ae389aaa15d854c53c.tar.gz
Update kernel to 5.4.14-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d6745cb46ec..2e745b8912c6 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.4.13
- pkgrel = 2
+ pkgver = 5.4.14
+ 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.4.13-2/linux-nitrous-git-5.4.13-2-x86_64.pkg.tar.xz
- sha256sums = d4b7922bec79ff23fd07cf94247f5edac154ffb0c4654bd0e9e8460685f7b9da
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.4.14-1/linux-nitrous-git-5.4.14-1-x86_64.pkg.tar.xz
+ sha256sums = af6bae0f46f80345be8aec7587e06efda1b3d70d904e50a6cac9bd74a834abd1
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index 9bbee52051b8..289cfde4aa37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Simao Gomes Viana <xdevs23@outlook.com>
pkgname=linux-nitrous
-pkgver=5.4.13
-pkgrel=2
-_tar_pkgrel=2
+pkgver=5.4.14
+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=('d4b7922bec79ff23fd07cf94247f5edac154ffb0c4654bd0e9e8460685f7b9da')
+sha256sums=('af6bae0f46f80345be8aec7587e06efda1b3d70d904e50a6cac9bd74a834abd1')
build() {
echo "No need to build anything"