summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu2015-09-21 01:54:57 -0700
committerRaansu2015-09-21 01:54:57 -0700
commit4cf44b13d5de7c62d727f6e1d914080df58ea1e3 (patch)
tree44e389308e4005bfc929801e62be284f79c6485c
parent95c38c3c145a00a9f390f6bb5250b01f41ea01cd (diff)
downloadaur-4cf44b13d5de7c62d727f6e1d914080df58ea1e3.tar.gz
PKGBUILD Fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f973e0c70649..4318d551f76b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,7 @@ pkgbase = vmware-modules-dkms
arch = i686
arch = x86_64
license = GPL2
- makedepends = vmware-workstation
- makedepends = linux<3.16
+ makedepends = linux
depends = dkms
optdepends = linux-headers: needed to build the module
conflicts = open-vm-tools-modules
diff --git a/PKGBUILD b/PKGBUILD
index 475fbe21bd68..b59b16b96afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _vmware_location=/opt/vmware/lib/vmware/modules/source
_vmware_module_list="vmblock vmci vmmon vmnet vsock"
depends=('dkms')
-makedepends=('vmware-workstation' 'linux<3.16')
+makedepends=('linux')
optdepends=('linux-headers: needed to build the module')
options=('!buildflags')
install=${pkgname}.install