[arch-commits] Commit in mattermost/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Dec 6 13:38:38 UTC 2020


    Date: Sunday, December 6, 2020 @ 13:38:37
  Author: archange
Revision: 771027

upgpkg: mattermost 5.29.1-1

Modified:
  mattermost/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-06 13:31:23 UTC (rev 771026)
+++ PKGBUILD	2020-12-06 13:38:37 UTC (rev 771027)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo <massimiliano dot torromeo at gmail dot com>
 
 pkgname=mattermost
-pkgver=5.29.0
+pkgver=5.29.1
 pkgrel=1
 pkgdesc="Open source Slack-alternative in Golang and React"
 arch=(x86_64)
@@ -21,8 +21,8 @@
         ${pkgname}.service
         ${pkgname}.sysusers
         ${pkgname}.tmpfiles)
-sha256sums=('c8d342a608b65fbae9fd3f84f9f7879adf8303bfa7cd8d67d7ca136058e03486'
-            '7c2db9753f04020fe04c2cdea4a03a37b1e165b1c2c845ff3ced0cbe25291780'
+sha256sums=('77c7b1c6a04b09b541b335bd07d6b6a51aa0a5d9b0f6c922e0d20bf5c9648b98'
+            'f63dabc24259a3e778d15e94e10acc4d77ed5c3f087e0e50034d5af226288b13'
             '8236235749e3f54b494159b80bf677a7c09cf8d87001fa431925a0e423d3f33e'
             'f7bd36f6d7874f1345d205c6dcb79af1804362fc977a658db88951a172d1dfa0'
             '8dfeee28655b91dc75aca2317846284013ac3d5a837d360eba9641e9fbcf3aa2')
@@ -36,6 +36,8 @@
         -e  's!config/config.json!config/default.json!' \
         -e 's/\$\(DIST_PATH\)\/config\/config.json/\$\(DIST_PATH\)\/config\/default.json/'
 
+    # Don’t embed a precompiled mmctl
+    sed '/@#Download MMCTL/,+2d' -i build/release.mk
     # Remove platform specific lines from the Makefile from the line beginning
     # with that statement to the end of file (we do not care of the additional
     # file copy, nor the tar compression defined below the file).



More information about the arch-commits mailing list