diff options
-rw-r--r-- | testing/virtualbox-additions-hardened/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/virtualbox-additions-hardened/APKBUILD b/testing/virtualbox-additions-hardened/APKBUILD index a1d36dc1a1..87a5e1b581 100644 --- a/testing/virtualbox-additions-hardened/APKBUILD +++ b/testing/virtualbox-additions-hardened/APKBUILD @@ -7,7 +7,7 @@ _kpkgrel=3 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.14 -_mypkgrel=0 +_mypkgrel=1 _name=virtualbox-additions @@ -21,6 +21,7 @@ pkgdesc="Virtual box addtions kernel modules for $_flavor " arch="x86 x86_64" url='http://virtualbox.org' license="GPL custom" +depends="${_kpkg}=${_kpkgver}" makedepends="linux-${_flavor}-dev" provides="${_name}-grsec=${pkgver}-r${pkgrel}" source="http://dev.gentoo.org/~polynomial-c/virtualbox/vbox-kernel-module-src-$_ver.tar.xz |