summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex J. Malozemoff2019-10-31 17:50:37 -0700
committerAlex J. Malozemoff2019-10-31 17:50:37 -0700
commit1bffec56b4b4d50515b79338d3141a883243d4c1 (patch)
treea1313e7416995c458a9a2d8a9e988d12821ca9ca /PKGBUILD
parent1c2810e13d757489000936367c67b0e57ee0d86e (diff)
downloadaur-1bffec56b4b4d50515b79338d3141a883243d4c1.tar.gz
fix license validation (again)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04241a7b300d..c2c8f997ae08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex J. Malozemoff <amaloz@galois.com>
pkgname=matterhorn-bin
pkgver=50200.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="A terminal-based chat client for MatterMost"
arch=('x86_64')
url="https://github.com/matterhorn-chat/matterhorn"
@@ -10,7 +10,7 @@ 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-$CARCH.tar.bz2"
- "LICENSE::https://github.com/matterhorn-chat/matterhorn/blob/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE")
+ "LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE")
sha1sums=('e4e944725c131994ae408b42cdf8ca27e2d0ab0f'
'41bd788816973ea1340759da722bac169d6dc746')