summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-08 22:23:29 +0100
committerSimao Gomes Viana2019-11-08 22:23:29 +0100
commitb86a1dc440e3a7dadb949e5a397c06e80954f63f (patch)
treeb7bac4507b361f3e93caa5eea2db82138ebc4d0e
parentf4683fe29fe17820edb92b9803b93e7757edfc0b (diff)
downloadaur-b86a1dc440e3a7dadb949e5a397c06e80954f63f.tar.gz
Update kernel to 5.3.9-5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3c269729d5..2ddf0baa769f 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.3.9
- pkgrel = 3
+ pkgrel = 5
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
@@ -10,8 +10,8 @@ pkgbase = linux-nitrous
provides = linux
conflicts = linux-nitrous-git-headers
conflicts = linux-nitrous-git
- source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.3.9-3/linux-nitrous-git-5.3.9-3-x86_64.pkg.tar.xz
- sha256sums = 75245891078bd3af1000e4453743475bd1e840da3da8c5c097d1e6197c6851a0
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.3.9-5/linux-nitrous-git-5.3.9-5-x86_64.pkg.tar.xz
+ sha256sums = 707b44946126b97b0436148d68cff686328a33266a3f9119913d7a1f6061ddec
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index 65ca0bcdc0b4..11ca8ffce53c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=linux-nitrous
pkgver=5.3.9
-pkgrel=3
-_tar_pkgrel=3
+pkgrel=5
+_tar_pkgrel=5
pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang"
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
@@ -17,7 +17,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=('75245891078bd3af1000e4453743475bd1e840da3da8c5c097d1e6197c6851a0')
+sha256sums=('707b44946126b97b0436148d68cff686328a33266a3f9119913d7a1f6061ddec')
build() {
echo "No need to build anything"