diff options
author | Erich Eckner <git@eckner.net> | 2019-02-20 11:37:43 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-20 11:37:43 +0100 |
commit | 200869787fdedef1539ed0c510b2177f086ebb88 (patch) | |
tree | 6313264103b8bb8379e50d9084ce325f2b80af4b /alpine/PKGBUILD | |
parent | 433981c961938cab3262e4a9bf6aded1911bdc5d (diff) | |
download | archlinuxewe-200869787fdedef1539ed0c510b2177f086ebb88.tar.xz |
alpine/PKGBUILD: fix whitespace
Diffstat (limited to 'alpine/PKGBUILD')
-rw-r--r-- | alpine/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 58427f93f..b67ae5a7e 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -14,7 +14,7 @@ license=("APACHE") depends=("libldap" "krb5" "gettext") makedepends=('openssl' 'git') optdepends=("aspell: for spell-checking support" - "hunspell: for spell-checking support" + "hunspell: for spell-checking support" "topal: glue program that links GnuPG and alpine") provides=("pine") conflicts=("pine" "re-alpine") |