summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-11-10 20:02:16 +0100
committerJosip Ponjavic2020-11-10 20:02:16 +0100
commitfdbd3290ef8950096818ee2c0a0f611e2046fe98 (patch)
treec9e83836735d33740cf29c2943472fcfa5478419
parent6958821459cbd883a1dbc1afbca026ded059d07c (diff)
downloadaur-fdbd3290ef8950096818ee2c0a0f611e2046fe98.tar.gz
5.9.7-2 (clr 5.9.6-998)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d41251882a9..f0a69cd50666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.9.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = linux-clear
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.9.7.xz
- source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.9.4-995
+ source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.9.6-998
source = enable_additional_cpu_optimizations-20200615.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20200615.tar.gz
source = pci-enable-overrides-for-missing-acs-capabilities.patch
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
diff --git a/PKGBUILD b/PKGBUILD
index 027aa80757e1..86303f7f7248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,10 +70,10 @@ _use_current=
_major=5.9
_minor=7
_srcname=linux-${_major}
-_clr=${_major}.4-995
+_clr=${_major}.6-998
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"