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

Eli Schwartz eschwartz at archlinux.org
Tue May 12 03:18:02 UTC 2020


    Date: Tuesday, May 12, 2020 @ 03:18:02
  Author: eschwartz
Revision: 626570

upgpkg: ndiswrapper 1.62-3: add perl dependency

https://www.archlinux.org/todo/perl-transient-openssl-dependencies/
(the ndiswrapper util itself is a perl dependency)

and drop unused variable

Modified:
  ndiswrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 02:39:42 UTC (rev 626569)
+++ PKGBUILD	2020-05-12 03:18:02 UTC (rev 626570)
@@ -4,8 +4,7 @@
 pkgbase=ndiswrapper
 pkgname=(ndiswrapper-dkms ndiswrapper)
 pkgver=1.62
-_extramodules=extramodules-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/"
@@ -45,7 +44,7 @@
 }
 
 package_ndiswrapper() {
-  depends=('NDISWRAPPER-MODULE')
+  depends=('perl' 'NDISWRAPPER-MODULE')
 
   cd ndiswrapper-$pkgver
   make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install



More information about the arch-commits mailing list