summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex J. Malozemoff2018-08-16 17:57:19 -0700
committerAlex J. Malozemoff2018-08-16 17:57:19 -0700
commitca3618d2f01b5ddca28d018d5460b55b7b5df99a (patch)
tree14abb49fd8873fbfc2d709ee8e000de1ff6bf372 /PKGBUILD
parent55a081bc49a363fc24412a764ed30eb8aa0a24a0 (diff)
downloadaur-ca3618d2f01b5ddca28d018d5460b55b7b5df99a.tar.gz
add ghc-static and cabal-static to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01e8fe03f416..18f1bd8a2d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn
pkgver=40901.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A terminal-based chat client for MatterMost"
arch=('any')
url="https://github.com/matterhorn-chat/matterhorn"
@@ -9,11 +9,10 @@ license=('BSD')
provides=('matterhorn')
conflicts=('matterhorn-git' 'matterhorn-bin')
depends=('ncurses5-compat-libs')
-makedepends=('git' 'cabal-install')
+makedepends=('git' 'cabal-static' 'ghc-static')
source=("https://github.com/matterhorn-chat/matterhorn/archive/${pkgver}.tar.gz")
sha1sums=('183fc10600066a1ad47d235fc29597300eb14ca3')
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./install.sh