summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex J. Malozemoff2020-04-02 09:54:50 -0700
committerAlex J. Malozemoff2020-04-02 09:54:50 -0700
commitcfc2bffe7b112dd462e796406d7341cf16135df7 (patch)
tree4d61d7d1806239d85eb05bb1b04fe06abf06b0c8 /PKGBUILD
parent35e1b346b01c475b376ec76cbfa745864867f93d (diff)
downloadaur-cfc2bffe7b112dd462e796406d7341cf16135df7.tar.gz
fix conflict and provide lines
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a41a57c77ff0..34b3b83b5b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn
pkgver=50200.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
url="https://github.com/matterhorn-chat/matterhorn"
license=('BSD')
provides=('matterhorn')
-conflicts=('matterhorn-git' 'matterhorn-bin')
depends=('gmp' 'zlib')
makedepends=('cabal-install' 'ghc')
source=("https://github.com/matterhorn-chat/matterhorn/archive/${pkgver}.tar.gz")