summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Malandrino2019-05-02 08:26:54 +0200
committerLucas Malandrino2019-05-02 08:26:54 +0200
commit73e75ebd9ea55638dabf7887bd3d41deacf33051 (patch)
treec29919c90f4228b21a051327e9787defad562de3 /PKGBUILD
parent5f3e6f8b43d7598b6ca4083b12dca79675b24623 (diff)
downloadaur-73e75ebd9ea55638dabf7887bd3d41deacf33051.tar.gz
Removed gconf deps, added rsync as make deps (rsync is needed by npm to fix vulnerabilities)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b93ba659fae7..f00713a9d6ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/GitSquared/edex-ui'
license=('GPL3')
depends=('gtk3'
- 'gconf'
'libxss'
'nss')
-makedepends=('npm')
+makedepends=('npm'
+ 'rsync')
provides=('edex-ui')
install="edex-ui.install"
source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz")