Date: Wednesday, April 5, 2023 @ 09:39:35
  Author: alerque
Revision: 1436783

upgpkg: mattermost 7.9.1-2; include libpng to avoid static linked pngquant, 
closes FS#78011

Modified:
  mattermost/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-05 09:27:37 UTC (rev 1436782)
+++ PKGBUILD    2023-04-05 09:39:35 UTC (rev 1436783)
@@ -5,13 +5,13 @@
 
 pkgname=mattermost
 pkgver=7.9.1
-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-lts-gallium npm git python)
+makedepends=(go jq libpng nodejs-lts-gallium npm git python)
 optdepends=('mariadb: SQL server storage'
             'mmctl: CLI admin tool'
             'percona-server: SQL server storage'

Reply via email to