summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-10-29 11:48:57 +0100
committerJosip Ponjavic2020-10-29 11:48:57 +0100
commit76afdc30e1fef10f50c5706c52ddecfbdee9a5ef (patch)
tree7097ee2cd539195f41c1ac94e093a5cab58b0380
parent16328811f722f9075c11a4abdcec9d2f35f82ecc (diff)
downloadaur-76afdc30e1fef10f50c5706c52ddecfbdee9a5ef.tar.gz
5.4.73-1 (clr 5.4.72-72)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd8a3cbe762e..3b1b826ed858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2019
pkgdesc = Clear Linux lts2019
- pkgver = 5.4.72
+ pkgver = 5.4.73
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-lts2019
arch = x86_64
@@ -14,14 +14,14 @@ pkgbase = linux-clear-lts2019
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.4.72.xz
- source = clearlinux-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.71-71
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.4.73.xz
+ source = clearlinux-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.72-72
source = enable_additional_cpu_optimizations-20200615.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20200615.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491
sha256sums = SKIP
- sha256sums = bce941bcb6c8148ac19cd2fa4f1e19c6c75f699a3bcdfd452df7484cff2a2353
+ sha256sums = 969e3475d50eb9085f790fdd1dfcc2ea4f09d929cf3d8b0158af051d0376e93d
sha256sums = SKIP
sha256sums = 278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90
diff --git a/PKGBUILD b/PKGBUILD
index 65234b48dbbf..d723d16a5927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,9 +61,9 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.4
-_minor=72
+_minor=73
_srcname=linux-${_major}
-_clr=${_major}.71-71
+_clr=${_major}.72-72
pkgbase=linux-clear-lts2019
pkgver=${_major}.${_minor}
pkgrel=1
@@ -181,7 +181,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
@@ -321,7 +321,7 @@ done
sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
'SKIP'
- 'bce941bcb6c8148ac19cd2fa4f1e19c6c75f699a3bcdfd452df7484cff2a2353'
+ '969e3475d50eb9085f790fdd1dfcc2ea4f09d929cf3d8b0158af051d0376e93d'
'SKIP'
'278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90')