summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J. Malozemoff2017-05-31 10:29:04 -0700
committerAlex J. Malozemoff2017-05-31 10:29:04 -0700
commita177a9eb2fa0470a15e5c22b231cd6b1c789323b (patch)
tree56a4ebc95d0184163523f1b5285eae26e540fe7d
parent0854ef1273cd0340f05a9fcf040789057f40193e (diff)
downloadaur-a177a9eb2fa0470a15e5c22b231cd6b1c789323b.tar.gz
Add libtinfo as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e9ee221252f..3a007b437ca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = matterhorn
pkgdesc = A terminal-based chat client for MatterMost
pkgver = 30802.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
license = BSD
+ depends = libtinfo
provides = matterhorn
conflicts = matterhorn-git
source = https://github.com/matterhorn-chat/matterhorn/releases/download/30802.1.0/matterhorn-30802.1.0-Linux-x86_64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4fd90ecf3658..e3753e35c076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn
pkgver=30802.1.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')
+depends=('libtinfo')
replaces=()
backup=()
options=()