diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-07 23:09:48 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-07 23:09:48 +0000 |
commit | 935207ae53b3af376cd293d7db394116e4d2d421 (patch) | |
tree | ba22806a5f189ce68374c80426ae59f2964d5644 /user | |
parent | 7f4e4ade40ddbe9889efcf640e6970c1f13d7c24 (diff) | |
download | packages-935207ae53b3af376cd293d7db394116e4d2d421.tar.gz packages-935207ae53b3af376cd293d7db394116e4d2d421.tar.bz2 packages-935207ae53b3af376cd293d7db394116e4d2d421.tar.xz packages-935207ae53b3af376cd293d7db394116e4d2d421.zip |
user/aspell-dict-tl: abuild requires a space for blank URLs
Diffstat (limited to 'user')
-rw-r--r-- | user/aspell-dict-tl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/aspell-dict-tl/APKBUILD b/user/aspell-dict-tl/APKBUILD index c108875fb..fefaf89ff 100644 --- a/user/aspell-dict-tl/APKBUILD +++ b/user/aspell-dict-tl/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.4.0 _pkgver=${pkgver%.*}-${pkgver#*.*.} pkgrel=0 pkgdesc="Tagalog dictionaries for aspell" -url="" # no suitable website +url=" " # no suitable website arch="noarch" options="!check" # no tests license="GPL-2.0-only" |