summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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