summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-04-03 18:37:23 +0200
committerJosip Ponjavic2020-04-03 18:37:23 +0200
commit76fc50c4947f2ed639664f2ab96f579c78c03998 (patch)
treeb0a9bf17dff5f990b5a1901738f7c9e85524140e
parentb22310554156bb876be2a9976b373aad9c819a4f (diff)
downloadaur-76fc50c4947f2ed639664f2ab96f579c78c03998.tar.gz
4.19.114-2 (clr 4.19.113-128) update for virtualbox guest patches
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d37b2ddda768..eea9999e1d52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear-lts2018
pkgdesc = Clear Linux lts2018
pkgver = 4.19.114
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux-lts2018
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = linux-clear-lts2018
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.114.xz
- source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.113-126
+ source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.113-128
source = enable_additional_cpu_optimizations-20190822.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190822.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
@@ -34,6 +34,7 @@ pkgname = linux-clear-lts2018
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
+ provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
pkgname = linux-clear-lts2018-headers
diff --git a/PKGBUILD b/PKGBUILD
index 628f3deba787..8b6775757986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,10 +61,10 @@ _localmodcfg=
_major=4.19
_minor=114
_srcname=linux-${_major}
-_clr=${_major}.113-126
+_clr=${_major}.113-128
pkgbase=linux-clear-lts2018
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux lts2018'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux-lts2018"
@@ -205,7 +205,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
- provides=('WIREGUARD-MODULE')
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
install=linux.install
cd $_srcname