summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Malandrino2019-05-02 08:29:54 +0200
committerLucas Malandrino2019-05-02 08:29:54 +0200
commit9766f47a18f4f2546047e92e5afc6379392599a1 (patch)
tree097f59be833ec61117c4751c4e1064d5d7c86bc6
parent4d217c0d8eab5f550cd0ecd737abd5d276ba38c4 (diff)
downloadaur-9766f47a18f4f2546047e92e5afc6379392599a1.tar.gz
Added rsync as make deps (rsync is needed by npm to fix vulnerabilities)
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 527d19dc01bc..476a05040ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,9 @@ license=('GPL3')
depends=('gtk3'
'libxss'
'nss')
-makedepends=('npm' 'git')
+makedepends=('npm'
+ 'git'
+ 'rsync')
conflicts=('edex-ui')
provides=('edex-ui')
install="edex-ui.install"