summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2015-08-17 12:21:07 +0100
committerDaichi Shinozaki2015-08-17 12:21:07 +0100
commit0152855aea1fd21996612cd2b6899e9cabdf2fe5 (patch)
tree939fd767537ba6e2827f224939a173c882fbea77
parent57a0aa963483ec942d2a61a2e678d420d9e027d5 (diff)
downloadaur-0152855aea1fd21996612cd2b6899e9cabdf2fe5.tar.gz
Dependency fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e642b9f8ee9..c2beda2cb183 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = casperjs-git
pkgdesc = Navigation scripting & testing utility for PhantomJS and SlimerJS
pkgver = 20150602
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/n1k0/casperjs
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = npm
- makedepends = python2-sphinx
+ makedepends = python-sphinx
depends = nodejs
depends = python2
optdepends = slimerjs: run your tests against Gecko (Firefox) instead of Webkit (just add –engine=slimerjs to your command line options)
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')