Date: Sunday, June 7, 2020 @ 13:41:45
  Author: heftig
Revision: 640049

0.8-325: linux 5.7.1.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-07 13:36:22 UTC (rev 640048)
+++ PKGBUILD    2020-06-07 13:41:45 UTC (rev 640049)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=324
+pkgrel=325
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";
@@ -34,6 +34,7 @@
   cd ${pkgbase}-${pkgver}
   _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
   install -Dt "${pkgdir}${_extradir}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec strip --strip-debug {} +
   find "${pkgdir}" -name '*.ko' -exec xz {} +
 }
 

Reply via email to