[arch-commits] Commit in ndiswrapper-arch/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Oct 25 13:19:24 UTC 2019
Date: Friday, October 25, 2019 @ 13:19:24
Author: heftig
Revision: 518872
1.61-72: kernel 5.3.7.arch1-2
Modified:
ndiswrapper-arch/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 13:19:17 UTC (rev 518871)
+++ PKGBUILD 2019-10-25 13:19:24 UTC (rev 518872)
@@ -3,12 +3,11 @@
pkgname=ndiswrapper-arch
pkgver=1.61
-pkgrel=71
+pkgrel=72
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/"
license=('GPL')
-depends=('linux')
makedepends=('linux-headers')
provides=('NDISWRAPPER-MODULE')
replaces=('ndiswrapper-module')
@@ -38,6 +37,8 @@
}
package() {
+ depends=('linux')
+
_extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
cd ndiswrapper-$pkgver/ndiswrapper
install -Dt "$pkgdir$_extradir" -m644 driver/*.ko
More information about the arch-commits
mailing list