summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J. Malozemoff2021-10-19 15:06:51 -0700
committerAlex J. Malozemoff2021-10-19 15:06:51 -0700
commit352ed5cba808d11bc9d3243d6222b49959dce52c (patch)
tree8aabfeca0aeb4f1a9b1ae9e36df53dce900aa360
parent98db781c5eac34f7ee6a8edc18546d0f9a2ff0a4 (diff)
downloadaur-352ed5cba808d11bc9d3243d6222b49959dce52c.tar.gz
version 50200.14.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 206c11d11ea2..74d6766db340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
- pkgver = 50200.12.0
- pkgrel = 2
+ pkgver = 50200.14.0
+ pkgrel = 1
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
license = BSD
@@ -10,10 +10,9 @@ pkgbase = matterhorn-bin
depends = zlib
provides = matterhorn
conflicts = matterhorn
- source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.12.0/matterhorn-50200.12.0-ubuntu-18.04-bionic-x86_64.tar.bz2
+ source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.14.0/matterhorn-50200.14.0-ubuntu-18.04-bionic-x86_64.tar.bz2
source = LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE
- sha1sums = 36516ebf2a1be49dc10650920052abd3a339be3e
+ sha1sums = a2952d22033815628e98e94e767de2f4eead59b2
sha1sums = 41bd788816973ea1340759da722bac169d6dc746
pkgname = matterhorn-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 21ee99ebd901..e5af51f2a997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
-pkgver=50200.12.0
-pkgrel=2
+pkgver=50200.14.0
+pkgrel=1
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
url="https://github.com/matterhorn-chat/matterhorn"
@@ -11,12 +11,11 @@ conflicts=('matterhorn')
depends=('gmp' '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")
-sha1sums=('36516ebf2a1be49dc10650920052abd3a339be3e'
+sha1sums=('a2952d22033815628e98e94e767de2f4eead59b2'
'41bd788816973ea1340759da722bac169d6dc746')
package() {
install -m644 -D LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
cd ${srcdir}/matterhorn-${pkgver}-ubuntu-18.04-bionic-${arch}
install -m755 -D matterhorn ${pkgdir}/usr/bin/matterhorn
-
}