summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2018-02-28 18:02:44 +0100
committersirlucjan2018-02-28 18:02:44 +0100
commitdaec77b54c0b2644ecd34216d07138715ec43139 (patch)
treeedce693f67dfbbd69de78edcdf89b491baf63d39
parent9ac832487778a5e6e3a1a945938c19f34eeeffd1 (diff)
downloadaur-daec77b54c0b2644ecd34216d07138715ec43139.tar.gz
Update to 4.15 series
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b40312725c11..aa93a061f32d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = virtualbox-modules-lqx
pkgver = 5.2.6
- pkgrel = 1
+ pkgrel = 2
url = http://virtualbox.org
arch = x86_64
license = GPL
@@ -12,14 +12,14 @@ pkgbase = virtualbox-modules-lqx
pkgname = virtualbox-host-modules-lqx
pkgdesc = Host kernel modules for VirtualBox running under Linux-lqx.
license = GPL
- depends = linux-lqx>=4.13
- depends = linux-lqx<4.14
+ depends = linux-lqx>=4.15
+ depends = linux-lqx<4.15
provides = VIRTUALBOX-HOST-MODULES
pkgname = virtualbox-guest-modules-lqx
pkgdesc = Guest kernel modules for VirtualBox running under Linux-lqx.
license = GPL
- depends = linux-lqx>=4.13
- depends = linux-lqx<4.14
+ depends = linux-lqx>=4.15
+ depends = linux-lqx<4.16
provides = VIRTUALBOX-GUEST-MODULES
diff --git a/PKGBUILD b/PKGBUILD
index 0aba06007a8b..3cee59982e94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgbase=virtualbox-modules-lqx
pkgname=('virtualbox-host-modules-lqx' 'virtualbox-guest-modules-lqx')
pkgver=5.2.6
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='http://virtualbox.org'
license=('GPL')
makedepends=('linux-lqx-headers' "virtualbox-host-dkms>=$pkgver" "virtualbox-guest-dkms>=$pkgver" 'dkms')
-_extramodules=extramodules-4.13-lqx
+_extramodules=extramodules-4.15-lqx
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
build() {
@@ -31,7 +31,7 @@ package_virtualbox-host-modules-lqx() {
pkgdesc='Host kernel modules for VirtualBox running under Linux-lqx.'
license=('GPL')
provides=("VIRTUALBOX-HOST-MODULES")
- depends=('linux-lqx>=4.13' 'linux-lqx<4.14')
+ depends=('linux-lqx>=4.15' 'linux-lqx<4.15')
cd "dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
@@ -48,7 +48,7 @@ package_virtualbox-guest-modules-lqx() {
pkgdesc='Guest kernel modules for VirtualBox running under Linux-lqx.'
license=('GPL')
provides=("VIRTUALBOX-GUEST-MODULES")
- depends=('linux-lqx>=4.13' 'linux-lqx<4.14')
+ depends=('linux-lqx>=4.15' 'linux-lqx<4.16')
cd "dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *