summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-27 10:12:42 +0200
committerErich Eckner <git@eckner.net>2018-06-27 10:12:42 +0200
commit63df152f8edb17c9360b4137dbfb8f35cf4fc931 (patch)
treef97305250cc3aff04a16da8810ad833e7e6a8697 /alpine
parentc6ca2316b6a5f62622bde34061903f8cf806e67f (diff)
downloadarchlinuxewe.git.save-63df152f8edb17c9360b4137dbfb8f35cf4fc931.tar.xz
alpine: makedepends+=(git)
Diffstat (limited to 'alpine')
-rw-r--r--alpine/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD
index f52f685f..8d8077a4 100644
--- a/alpine/PKGBUILD
+++ b/alpine/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Apache licensed PINE mail user agent"
url="http://alpine.freeiz.com"
license=("APACHE")
depends=("libldap" "krb5" "gettext")
-makedepends=('openssl')
+makedepends=('openssl' 'git')
optdepends=("aspell: for spell-checking support"
"hunspell: for spell-checking support"
"topal: glue program that links GnuPG and alpine")