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

Bruno Pagani archange at archlinux.org
Sun Mar 21 06:26:38 UTC 2021


    Date: Sunday, March 21, 2021 @ 06:26:37
  Author: archange
Revision: 897021

FS#70070: build with python3

Modified:
  mattermost/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 06:26:11 UTC (rev 897020)
+++ PKGBUILD	2021-03-21 06:26:37 UTC (rev 897021)
@@ -5,13 +5,13 @@
 
 pkgname=mattermost
 pkgver=5.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source Slack-alternative in Golang and React"
 arch=(x86_64)
 url="https://mattermost.com"
 license=(AGPL Apache)
 depends=(glibc)
-makedepends=(go jq nodejs npm git python2)
+makedepends=(go jq nodejs npm git python)
 optdepends=('mariadb: SQL server storage'
             'percona-server: SQL server storage'
             'postgresql: SQL server storage')



More information about the arch-commits mailing list