diff options
Diffstat (limited to 'community/virtualbox-guest-modules-hardened')
-rw-r--r-- | community/virtualbox-guest-modules-hardened/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/virtualbox-guest-modules-hardened/APKBUILD b/community/virtualbox-guest-modules-hardened/APKBUILD index 1e554fcafe..fac95492fd 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -18,7 +18,7 @@ _abi_release_virthardened=${_kver}-${_kpkgrel}-virthardened pkgname=${_name}-${_flavor} pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) -pkgdesc="VirtualBox Additions kernel modules for $_flavor " +pkgdesc="VirtualBox Additions kernel modules for $_flavor" arch='x86 x86_64' url='http://virtualbox.org' license="GPL custom" |