summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2015-08-17 12:21:07 +0100
committerDaichi Shinozaki2015-08-17 12:21:07 +0100
commit0152855aea1fd21996612cd2b6899e9cabdf2fe5 (patch)
tree939fd767537ba6e2827f224939a173c882fbea77 /PKGBUILD
parent57a0aa963483ec942d2a61a2e678d420d9e027d5 (diff)
downloadaur-casperjs-git.tar.gz
Dependency fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1274d71e911..b7a172fbde9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=casperjs-git
pkgver=20150602
-pkgrel=2
+pkgrel=3
pkgdesc="Navigation scripting & testing utility for PhantomJS and SlimerJS"
arch=('i686' 'x86_64')
depends=('nodejs' 'python2')
-makedepends=('git' 'npm' 'python2-sphinx')
+makedepends=('git' 'npm' 'python-sphinx')
optdepends=('slimerjs: run your tests against Gecko (Firefox) instead of Webkit (just add –engine=slimerjs to your command line options)')
url="https://github.com/n1k0/casperjs"
license=('MIT')