summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-12-08 20:17:43 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-12-08 20:17:43 +0100
commitf824695167a680b633f3105cb24d45c51ef8c16d (patch)
treed7a67864c3e548d1a09a816c6396684d7ce09638
parentfb16ba5962c0dce230e4e00a3e7604cebc499d3b (diff)
libre/vhba_module: rebuilt for new kernel
-rw-r--r--libre/vhba-module/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD
index 714f60f99..5b735c733 100644
--- a/libre/vhba-module/PKGBUILD
+++ b/libre/vhba-module/PKGBUILD
@@ -5,12 +5,12 @@
# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.5.13-1
+_basekernel=5.9.12
pkgbase=vhba-module
pkgname=(vhba-module vhba-module-dkms)
pkgver=20200106
-pkgrel=26
+pkgrel=92
pkgrel+=.parabola1.basekernel${_basekernel%-*}
pkgdesc="Kernel module that emulates SCSI devices"
pkgdesc+=" (built for the linux-libre kernel package)"
@@ -44,6 +44,7 @@ package_vhba-module() {
install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+ find "$pkgdir" -name '*.ko' -exec strip --strip-debug {} +
find "$pkgdir" -name '*.ko' -exec xz {} +
}