[arch-commits] Commit in ndiswrapper-arch/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 7 13:34:13 UTC 2020


    Date: Sunday, June 7, 2020 @ 13:34:12
  Author: heftig
Revision: 640046

1.62-64: linux 5.7.1.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 13:32:58 UTC (rev 640045)
+++ PKGBUILD	2020-06-07 13:34:12 UTC (rev 640046)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=63
+pkgrel=64
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/"
@@ -39,6 +39,7 @@
 
   _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
   cd ndiswrapper-$pkgver
+  strip --strip-debug driver/*.ko
   install -Dt "$pkgdir$_extradir" -m644 driver/*.ko
   find "$pkgdir" -name '*.ko' -exec xz {} +
 }



More information about the arch-commits mailing list