summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eadcd5d000e..ccb85a6e71d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = matterhorn
pkgdesc = A terminal-based chat client for MatterMost
- pkgver = 40000.1.0
+ pkgver = 40400.0.0
pkgrel = 1
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
license = BSD
- depends = libtinfo5
+ depends = ncurses5-compat-libs
provides = matterhorn
conflicts = matterhorn-git
- source = https://github.com/matterhorn-chat/matterhorn/releases/download/40000.1.0/matterhorn-40000.1.0-ubuntu-x86_64.tar.bz2
- md5sums = dd87babcbde3d63db6eecb0a7d0aa3ae
+ source = https://github.com/matterhorn-chat/matterhorn/releases/download/40400.0.0/matterhorn-40400.0.0-ubuntu-x86_64.tar.bz2
+ sha1sums = 90d2a076bd52904afc9ff7abfcff5da82c1cb536
pkgname = matterhorn
diff --git a/PKGBUILD b/PKGBUILD
index 5adaaaa24e15..956618f009f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn
-pkgver=40000.1.0
+pkgver=40400.0.0
pkgrel=1
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
@@ -8,14 +8,14 @@ url="https://github.com/matterhorn-chat/matterhorn"
license=('BSD')
provides=('matterhorn')
conflicts=('matterhorn-git')
-depends=('libtinfo5')
+depends=('ncurses5-compat-libs')
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/matterhorn-chat/matterhorn/releases/download/${pkgver}/matterhorn-${pkgver}-ubuntu-x86_64.tar.bz2")
-md5sums=('dd87babcbde3d63db6eecb0a7d0aa3ae')
+sha1sums=('90d2a076bd52904afc9ff7abfcff5da82c1cb536')
noextract=()
package() {