summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-08 19:00:31 +0100
committerSimao Gomes Viana2019-11-08 19:00:31 +0100
commit6019602fac3f78fe8a790130a19b9e04244ff353 (patch)
tree4e6666dba86c7d22789dba98ccc30cb3ab023a21
parent06444d477fbdae01ca87df1767e0def67db5532c (diff)
downloadaur-6019602fac3f78fe8a790130a19b9e04244ff353.tar.gz
Update kernel to 5.3.9-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835c58a113b2..0a736a6d8909 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.8
- pkgrel = 14
+ pkgver = 5.3.9
+ pkgrel = 3
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
@@ -9,8 +9,8 @@ pkgbase = linux-nitrous
optdepends = linux-nitrous-headers: to build DKMS modules against this kernel
provides = linux
conflicts = linux-nitrous-git
- source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.3.8-12/linux-nitrous-git-5.3.8-12-x86_64.pkg.tar.xz
- sha256sums = fe0023e1f244a7f98247d434b01a5ab20eb23aebcccc61ddd8188ed06c5111b9
+ 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 linux-nitrous-git-5.3.9-3-x86_64.pkg.tar.xz
pkgname = linux-nitrous
install = linux-nitrous.install
diff --git a/PKGBUILD b/PKGBUILD
index 5c60271320d4..f3af83a35d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Simao Gomes Viana <xdevs23@outlook.com>
pkgname=linux-nitrous
-pkgver=5.3.8
-pkgrel=14
-_tar_pkgrel=12
+pkgver=5.3.9
+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"
@@ -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=('fe0023e1f244a7f98247d434b01a5ab20eb23aebcccc61ddd8188ed06c5111b9')
+sha256sums=('75245891078bd3af1000e4453743475bd1e840da3da8c5c097d1e6197c6851a0 linux-nitrous-git-5.3.9-3-x86_64.pkg.tar.xz')
build() {
echo "No need to build anything"