aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul.wilk2018-03-20 09:37:48 +0000
committerpaul.wilk2018-03-20 09:37:48 +0000
commit0b407985818746769aa06ba9bd35a87c5c23995c (patch)
tree6348b21fb82a6e5b452e1267c380f965a2f2fdbb
parentf12ce81793b58f18b14ccd94d3951b1f5a0c47ca (diff)
downloadaur-0b407985818746769aa06ba9bd35a87c5c23995c.tar.gz
multiple fixes; bad push
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38e1cc62e1a4..ba3e6368cdaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = open-vm-tools-dkms
conflicts = open-vm-tools-modules
conflicts = vmware-modules-dkms
options = !strip
- source = https://github.com/vmware/open-vm-tools/archive/master.zip
+ source = https://github.com/vmware/open-vm-tools/tarball/10.2.0-0-g2911709
source = 0001-Fix-vmxnet-module-on-kernels-3.16.patch
source = 0004-Support-backing-dev-info-kernel-4.0.patch
source = 0005-Remove-new_sync-for-Linux-4.1.patch
diff --git a/PKGBUILD b/PKGBUILD
index c7e15783a9d3..9ab14143ceb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=open-vm-tools-dkms
epoch=6
pkgver=10.2.0
-_pkgsubver=3000743
+_pkgsubver=g2911709
pkgrel=4
pkgdesc='Open Virtual Machine Tools kernel modules (DKMS)'
arch=('i686' 'x86_64')
@@ -20,10 +20,10 @@ install=open-vm-tools-dkms.install
_name='open-vm-tools'
_dirname='stable-10.0.x'
_version="${pkgver}-${_pkgsubver}"
-_full_name="master"
+_full_name="${_name}-${_version}"
_dkms_version='2015.01.29'
-source=(https://github.com/vmware/open-vm-tools/archive/master.zip
+source=(https://github.com/vmware/open-vm-tools/tarball/${pkgver}-0-${_pkgsubver}
0001-Fix-vmxnet-module-on-kernels-3.16.patch
0004-Support-backing-dev-info-kernel-4.0.patch
0005-Remove-new_sync-for-Linux-4.1.patch