summarylogtreecommitdiffstats
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
parente9170248874819d66ddd229c79a890db7997af27 (diff)
downloadaur-1c2810e13d757489000936367c67b0e57ee0d86e.tar.gz
fix license sha check
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4a70f5a4fe..89e35df70d2f 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 = 1
+ pkgrel = 2
url = https://github.com/matterhorn-chat/matterhorn
arch = x86_64
license = BSD
@@ -13,9 +13,9 @@ 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/raw/master/LICENSE
+ source = LICENSE::https://github.com/matterhorn-chat/matterhorn/blob/c911e2d828fd2147b1a3f618acf4727b5c18df61/LICENSE
sha1sums = e4e944725c131994ae408b42cdf8ca27e2d0ab0f
- sha1sums = 42e13363365a1fed1318f9e7fadd8d1760e7ba95
+ sha1sums = 41bd788816973ea1340759da722bac169d6dc746
pkgname = matterhorn-bin
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