diff options
Diffstat (limited to 'testing/virtualbox-additions-hardened')
-rw-r--r-- | testing/virtualbox-additions-hardened/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/virtualbox-additions-hardened/APKBUILD b/testing/virtualbox-additions-hardened/APKBUILD index 4c1f98c126..50bd9458d6 100644 --- a/testing/virtualbox-additions-hardened/APKBUILD +++ b/testing/virtualbox-additions-hardened/APKBUILD @@ -17,7 +17,7 @@ _abi_release=${_kver}-${_kpkgrel}-${_flavor} pkgname=${_name}-${_flavor} pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) -pkgdesc="Virtual box addtions kernel modules for $_flavor " +pkgdesc="Virtual box addtions kernel modules for $_flavor" arch="x86 x86_64" url='http://virtualbox.org' license="GPL custom" |