summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-11-04 13:45:42 +0100
committerJosip Ponjavic2020-11-04 13:45:42 +0100
commit84eb7bf9bc1773b3107d28bca5f7cf9d5e3881d6 (patch)
tree45831fe92c567e603d13a0d02d4171d22de4cbde
parent6805f5e770ca846facc013321b9fec79471c4e25 (diff)
downloadaur-84eb7bf9bc1773b3107d28bca5f7cf9d5e3881d6.tar.gz
5.9.3-2 (clr 5.9.3-994)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b20e84ef316..955b18690680 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.9.3
- 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.3.xz
- source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.9.1-992
+ source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.9.3-994
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 0b95ea80fbb5..a64a5f632923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,10 +70,10 @@ _use_current=
_major=5.9
_minor=3
_srcname=linux-${_major}
-_clr=${_major}.1-992
+_clr=${_major}.3-994
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"