summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-01-12 00:20:39 +0100
committerPiotr Gorski2019-01-12 00:20:39 +0100
commitb4bea1f876d7f710857eb72e1a965e4f075e7d7d (patch)
tree2644ef88ff9d4c01f4d3e96a8555c9318ffcfbda
parent4a2bf1fabc8dd579d3c481024db5053795da548f (diff)
downloadaur-b4bea1f876d7f710857eb72e1a965e4f075e7d7d.tar.gz
Bump to 6.0.0
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77686d881ffe..af9213c1bc32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = virtualbox-modules-lqx
- pkgver = 5.2.22
+ pkgver = 6.0.0
pkgrel = 1
url = http://virtualbox.org
arch = x86_64
license = GPL
makedepends = linux-lqx-headers
- makedepends = virtualbox-host-dkms>=5.2.22
+ makedepends = virtualbox-host-dkms>=6.0.0
makedepends = dkms
pkgname = virtualbox-host-modules-lqx
pkgdesc = Host kernel modules for VirtualBox running under linux-lqx.
- depends = linux-lqx>=4.17
- depends = linux-lqx<4.18
+ depends = linux-lqx>=4.19
+ depends = linux-lqx<4.20
provides = VIRTUALBOX-HOST-MODULES
diff --git a/PKGBUILD b/PKGBUILD
index a8f1475c96b2..3c5555fa439c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=virtualbox-modules-lqx
pkgname=('virtualbox-host-modules-lqx')
-pkgver=5.2.22
+pkgver=6.0.0
pkgrel=1
arch=('x86_64')
url='http://virtualbox.org'
@@ -27,7 +27,7 @@ build() {
package_virtualbox-host-modules-lqx() {
pkgdesc='Host kernel modules for VirtualBox running under linux-lqx.'
provides=("VIRTUALBOX-HOST-MODULES")
- depends=('linux-lqx>=4.17' 'linux-lqx<4.18')
+ depends=('linux-lqx>=4.19' 'linux-lqx<4.20')
cd "dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
@@ -41,3 +41,5 @@ package_virtualbox-host-modules-lqx() {
}
+
+