summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenjiTakahashi2017-02-27 22:32:17 +0100
committerKenjiTakahashi2017-02-27 22:32:17 +0100
commit2f2b1278225060c8670f0e8d0924b94bbbaf1969 (patch)
tree01ea848dd79a2dcc4cc0e5746141f65e16e53c27 /PKGBUILD
parent1477e126e47a40423969fc30c764a3674021ec4e (diff)
downloadaur-2f2b1278225060c8670f0e8d0924b94bbbaf1969.tar.gz
5.1.14-3: Merge [community] changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f36a61d85a12..e9eef72c9fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=virtualbox-headless
pkgver=5.1.14
-pkgrel=2
+pkgrel=3
pkgdesc='Powerful x86 virtualization for enterprise as well as home use. Headless build (no GUI, no Java).'
arch=('i686' 'x86_64')
url='http://virtualbox.org'
@@ -37,6 +37,7 @@ source=("http://download.virtualbox.org/virtualbox/$pkgver/VirtualBox-$pkgver.ta
'006-rdesktop-vrdp-keymap-path.patch'
'007-python2-path.patch'
'008-no-vboxvideo.patch'
+ '009-linux-4-10.patch'
)
md5sums=('21eaec9f21477d555559a63761779880'
'984412a63aa9c07ddc3cfd970381d5df'
@@ -52,7 +53,9 @@ md5sums=('21eaec9f21477d555559a63761779880'
'e8a0b47e61ddcffdeed71086585a1ef3'
'd82a6f19be739341ed7f1cf4ee8070ca'
'188ea65918309f737ce28216c2b07c3b'
- '8e369367001e2ed3c1e3d23ac474fa33')
+ '8e369367001e2ed3c1e3d23ac474fa33'
+ '22ac21e608eed91463309edf47be4982'
+ )
prepare() {
cd "VirtualBox-$pkgver"