summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J. Malozemoff2020-04-02 08:51:36 -0700
committerAlex J. Malozemoff2020-04-02 08:51:36 -0700
commit0a2c67901f92033778a893995b25d6ff52bbd1b9 (patch)
tree626587be94f604fc7a29c0bdabd737de2dc13910
parent3288cad6d8409d3e439bcfee26d81cac76987ce0 (diff)
downloadaur-0a2c67901f92033778a893995b25d6ff52bbd1b9.tar.gz
fix conflict and provide lines
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92fcf56301d2..cf671571f246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
pkgver = 50200.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
license = BSD
@@ -9,9 +9,8 @@ pkgbase = matterhorn-bin
depends = libffi
depends = ncurses5-compat-libs
depends = zlib
- provides = matterhorn-bin
+ provides = matterhorn
conflicts = matterhorn
- conflicts = matterhorn-git
source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.8.0/matterhorn-50200.8.0-ubuntu-18.04-bionic-x86_64.tar.bz2
source = LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE
sha1sums = 75fa2f488f934aa96431d50dd3d2588f186babd4
diff --git a/PKGBUILD b/PKGBUILD
index b9af389dc3a8..17c7fe0ac6cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
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-bin')
-conflicts=('matterhorn' 'matterhorn-git')
+provides=('matterhorn')
+conflicts=('matterhorn')
depends=('gmp' 'libffi' 'ncurses5-compat-libs' 'zlib')
source=("https://github.com/matterhorn-chat/matterhorn/releases/download/${pkgver}/matterhorn-${pkgver}-ubuntu-18.04-bionic-$CARCH.tar.bz2"
"LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE")