summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex J. Malozemoff2019-10-29 08:47:50 -0700
committerAlex J. Malozemoff2019-10-29 08:47:50 -0700
commit1c2810e13d757489000936367c67b0e57ee0d86e (patch)
treedb63aa81799928157811eb160b4fbafb90e2c598 /PKGBUILD
parente9170248874819d66ddd229c79a890db7997af27 (diff)
downloadaur-1c2810e13d757489000936367c67b0e57ee0d86e.tar.gz
fix license sha check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8283e473731c..04241a7b300d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
pkgver=50200.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
url="https://github.com/matterhorn-chat/matterhorn"
@@ -9,10 +9,10 @@ license=('BSD')
provides=('matterhorn-bin')
conflicts=('matterhorn' 'matterhorn-git')
depends=('gmp' 'libffi' 'ncurses5-compat-libs' 'zlib')
-source=("https://github.com/matterhorn-chat/matterhorn/releases/download/${pkgver}/matterhorn-${pkgver}-ubuntu-18.04-bionic-x86_64.tar.bz2"
- "LICENSE::https://github.com/matterhorn-chat/matterhorn/raw/master/LICENSE")
+source=("https://github.com/matterhorn-chat/matterhorn/releases/download/${pkgver}/matterhorn-${pkgver}-ubuntu-18.04-bionic-$CARCH.tar.bz2"
+ "LICENSE::https://github.com/matterhorn-chat/matterhorn/blob/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE")
sha1sums=('e4e944725c131994ae408b42cdf8ca27e2d0ab0f'
- '42e13363365a1fed1318f9e7fadd8d1760e7ba95')
+ '41bd788816973ea1340759da722bac169d6dc746')
package() {
install -m644 -D LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE