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

Felix Yan felixonmars at archlinux.org
Sun Dec 30 09:11:51 UTC 2018


    Date: Sunday, December 30, 2018 @ 09:11:50
  Author: felixonmars
Revision: 418969

upgpkg: ndiswrapper 1.61-6

rebuild for linux 4.20

Modified:
  ndiswrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 09:02:34 UTC (rev 418968)
+++ PKGBUILD	2018-12-30 09:11:50 UTC (rev 418969)
@@ -5,12 +5,12 @@
 pkgname=(ndiswrapper-module ndiswrapper-dkms ndiswrapper)
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors"
 arch=('x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/"
 license=('GPL')
-makedepends=('linux>=4.19.12' 'linux-headers>=4.19.12')
+makedepends=('linux>=4.20' 'linux-headers>=4.20')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz"
         'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch')
 sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
@@ -39,7 +39,7 @@
 }
 
 package_ndiswrapper-module() {
-  depends=('linux>=4.19.12' 'linux<4.20')
+  depends=('linux>=4.20' 'linux<4.21')
 
   cd ndiswrapper-$pkgver/ndiswrapper/driver
   install -dm 755 "$pkgdir"/usr/lib/{modules/$_extramodules,modules-load.d}



More information about the arch-commits mailing list