Date: Monday, March 4, 2019 @ 17:51:39
  Author: heftig
Revision: 437552

remove versioned deps (don't work anyway atm because they must be precise)

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-04 17:51:06 UTC (rev 437551)
+++ PKGBUILD    2019-03-04 17:51:39 UTC (rev 437552)
@@ -9,8 +9,8 @@
 arch=('x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/";
 license=('GPL')
-depends=('linux>=4.20' 'linux<4.21')
-makedepends=('linux-headers>=4.20')
+depends=('linux')
+makedepends=('linux-headers')
 provides=('NDISWRAPPER-MODULE')
 replaces=('ndiswrapper-module')
 
source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz";

Reply via email to