summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Gathoye2017-06-18 14:35:44 +0200
committerWilliam Gathoye2017-06-18 14:35:44 +0200
commit56ff741be2c8d5fc6f6d85a5f69f637978a7e529 (patch)
tree4c2e6a00898af1649504a2b2a1b0af96811e6b40 /PKGBUILD
parent04d9eb6d4194448d4420f34da55454cafcda58eb (diff)
downloadaur-56ff741be2c8d5fc6f6d85a5f69f637978a7e529.tar.gz
Add yarn dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b63597bb5a8..c9be49fc6f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,7 @@ url="http://mattermost.org"
# src.: https://www.mattermost.org/licensing
license=('AGPL3')
-#makedepends=('go' 'npm' 'python2' 'git' 'mercurial' 'pngquant')
-makedepends=('go' 'npm' 'git' 'libpng12' 'pngquant')
+makedepends=('go' 'npm' 'git' 'libpng12' 'pngquant' 'yarn')
provides=('mattermost')
conflicts=('mattermost')
backup=('etc/webapps/mattermost/config.json')