summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89e35df70d2f..d12c1e56eb1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matterhorn-bin
pkgdesc = A terminal-based chat client for MatterMost
pkgver = 50200.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
license = BSD
@@ -13,7 +13,7 @@ pkgbase = matterhorn-bin
conflicts = matterhorn
conflicts = matterhorn-git
source = https://github.com/matterhorn-chat/matterhorn/releases/download/50200.5.0/matterhorn-50200.5.0-ubuntu-18.04-bionic-x86_64.tar.bz2
- source = LICENSE::https://github.com/matterhorn-chat/matterhorn/blob/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/matterhorn-chat/matterhorn/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE
sha1sums = e4e944725c131994ae408b42cdf8ca27e2d0ab0f
sha1sums = 41bd788816973ea1340759da722bac169d6dc746
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')