summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2020-04-02 13:39:40 +0200
committerJosip Ponjavic2020-04-02 13:39:40 +0200
commit346d1e82e72ab6bbd95c9e587c42c3438bbaaaec (patch)
tree3c99fc685e9dc2386071e9c5f107cbb968117ed2
parentd95d2715b52603335c89d7f795aeb9f67a04fa9f (diff)
downloadaur-346d1e82e72ab6bbd95c9e587c42c3438bbaaaec.tar.gz
5.4.29-3 (clr 5.4.28-22) update for virtualbox guest patches
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3877f7db0eef..1d2cd4535873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear-lts2019
pkgdesc = Clear Linux lts2019
pkgver = 5.4.29
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/clearlinux-pkgs/linux-lts2019
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = linux-clear-lts2019
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.29.xz
- source = clearlinux-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.28-18
+ source = clearlinux-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.28-22
source = https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-1.0.20200401.tar.xz
source = enable_additional_cpu_optimizations-20191217.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20191217.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
@@ -36,6 +36,7 @@ pkgname = linux-clear-lts2019
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-lts2019-headers
diff --git a/PKGBUILD b/PKGBUILD
index ee3aef983316..3037f3a3698f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,10 +61,10 @@ _localmodcfg=
_major=5.4
_minor=29
_srcname=linux-${_major}
-_clr=${_major}.28-18
+_clr=${_major}.28-22
pkgbase=linux-clear-lts2019
pkgver=${_major}.${_minor}
-pkgrel=2
+pkgrel=3
pkgdesc='Clear Linux lts2019'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux-lts2019"
@@ -211,7 +211,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
@@ -232,9 +232,6 @@ _package() {
# remove build and source links
rm "$modulesdir"/{source,build}
-
- echo "Fixing permissions..."
- chmod -Rc u=rwX,go=rX "$pkgdir"
}
_package-headers() {
@@ -310,9 +307,6 @@ _package-headers() {
echo "Adding symlink..."
mkdir -p "$pkgdir/usr/src"
ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
-
- echo "Fixing permissions..."
- chmod -Rc u=rwX,go=rX "$pkgdir"
}
pkgname=("$pkgbase" "$pkgbase-headers")