summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-02-19 17:35:19 +0100
committerPieter Goetschalckx2016-02-19 17:35:19 +0100
commit688cfdb6e8f74bb3496d0676abc801bb7bef5784 (patch)
treef7850cd54dd364cadab82678e5f21d40fa3b6d83 /PKGBUILD
parent0d929e5b2d25a3f95a33890e08ae47289b852a3f (diff)
downloadaur-688cfdb6e8f74bb3496d0676abc801bb7bef5784.tar.gz
Add gulp to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9d372c3faa1..464e566f8020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="https://popcorntime.sh"
license=('GPL3')
depends=('alsa-lib' 'gconf' 'gtk2' 'nss' 'ttf-font' 'libxtst' 'libnotify' 'desktop-file-utils')
-makedepends=('git' 'nodejs-grunt-cli' 'bower' 'npm')
+makedepends=('git' 'npm' 'bower' 'nodejs-grunt-cli' 'gulp')
conflicts=('popcorntime' 'popcorn-time-ce')
provides=('popcorntime')
options=('!strip')