diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-06-19 10:32:43 -0300 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-24 01:34:32 +0200 |
commit | 8ba26cee862e71ac7cc67f8e6150720a6e0640ae (patch) | |
tree | 1020251ddc1a76bebf3673e47427262ea439831d /testing/virtualbox-additions-hardened | |
parent | 13a3585274bc42e0bac03c750c7333aa26eadf5e (diff) | |
download | aports-8ba26cee862e71ac7cc67f8e6150720a6e0640ae.tar.bz2 aports-8ba26cee862e71ac7cc67f8e6150720a6e0640ae.tar.xz |
testing/[various]: remove trailing whitespace in pkgdesc
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" |