summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-10-29 12:48:17 +0100
committerJosip Ponjavic2020-10-29 12:48:17 +0100
commit5e53e17ff5bc9cc79054f8c3a09d1e2d830db4da (patch)
tree5e50732d8ea2217d61ebc8421271225fe60bbe46
parentb7acf84c4e98457bb5be6ad5f99b26c013d09ede (diff)
downloadaur-5e53e17ff5bc9cc79054f8c3a09d1e2d830db4da.tar.gz
5.9.2-1 (clr 5.9.1-992)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 095702084c3c..d7ea5efa0633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
- pkgver = 5.9.1
- pkgrel = 2
+ pkgver = 5.9.2
+ pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = linux-clear
options = !strip
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.1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.9.2.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.9.1-992
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
@@ -23,7 +23,7 @@ pkgbase = linux-clear
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06
sha256sums = SKIP
- sha256sums = 7edb7b9d06b02f9b88d868c74ab618baf899c94edb19a73291f640dbea55c312
+ sha256sums = 9f82ebe78a2b611d727c235d4841e860c64c4d2bc82ec4cfc385b8c997eb7f9d
sha256sums = SKIP
sha256sums = 278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90
sha256sums = 2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e
diff --git a/PKGBUILD b/PKGBUILD
index 04552d4eedc5..d3d22e27f29b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,12 +68,12 @@ _use_current=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.9
-_minor=1
+_minor=2
_srcname=linux-${_major}
_clr=${_major}.1-992
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=2
+pkgrel=1
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
@@ -212,7 +212,7 @@ prepare() {
### Optionally load needed modules for the make localmodconfig
# See https://aur.archlinux.org/packages/modprobed-db
if [ -n "$_localmodcfg" ]; then
- if [ -f $HOME/.config/modprobed.db ]; then
+ if [ -e $HOME/.config/modprobed.db ]; then
echo "Running Steven Rostedt's make localmodconfig now"
make LSMOD=$HOME/.config/modprobed.db localmodconfig
else
@@ -352,7 +352,7 @@ done
sha256sums=('3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06'
'SKIP'
- '7edb7b9d06b02f9b88d868c74ab618baf899c94edb19a73291f640dbea55c312'
+ '9f82ebe78a2b611d727c235d4841e860c64c4d2bc82ec4cfc385b8c997eb7f9d'
'SKIP'
'278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90'
'2c98de0814366b041aeee4cbf82b82620c7834bc33752d50f089e8bd7ea5cf5e'