summarylogtreecommitdiffstats
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
parent55a081bc49a363fc24412a764ed30eb8aa0a24a0 (diff)
downloadaur-ca3618d2f01b5ddca28d018d5460b55b7b5df99a.tar.gz
add ghc-static and cabal-static to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd3813b21ce..31ecb246b176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = matterhorn
pkgdesc = A terminal-based chat client for MatterMost
pkgver = 40901.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/matterhorn-chat/matterhorn
arch = any
license = BSD
makedepends = git
- makedepends = cabal-install
+ makedepends = cabal-static
+ makedepends = ghc-static
depends = ncurses5-compat-libs
provides = matterhorn
conflicts = matterhorn-git
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