summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPoscat2019-12-03 16:23:04 +0800
committerPoscat2019-12-03 16:23:04 +0800
commitec344903a19ec03c2be63df784e3130679bd3208 (patch)
tree668f31998be5d465114cf7a7a1980ef71ebf37da
parenta7ca39b4b06b3dd08a9e7264dea4fd4fa989306d (diff)
downloadaur-emacs-haskell-mode-git.tar.gz
Add optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266a0459cf49..4737ca252858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = emacs-haskell-mode-git
license = GPL
makedepends = emacs
makedepends = git
+ optdepends = stylish-haskell: code formatting support
+ optdepends = hasktags: tags generation support
provides = emacs-haskell-mode
source = emacs-haskell-mode-git::git://github.com/haskell/haskell-mode
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0075ef4e25cb..1a42140ed1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,10 @@ license=('GPL')
url="https://github.com/haskell/haskell-mode"
install=${pkgname}.install
makedepends=('emacs' 'git')
+optdepends=(
+ 'stylish-haskell: code formatting support'
+ 'hasktags: tags generation support'
+ )
provides=('emacs-haskell-mode')
source=("${pkgname}::git://github.com/haskell/haskell-mode")
md5sums=('SKIP')