summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcaro Perseo2017-01-16 19:39:52 -0600
committerIcaro Perseo2017-01-16 19:39:52 -0600
commit436f14356be9f5bd48447742993463ae8123942c (patch)
tree1f9c8b0e6cc2eecd03bf54ad9f4eb0bb1963e56e
parenta9e5a90094efab33fd2ebea1b4702028bac9b58e (diff)
downloadaur-436f14356be9f5bd48447742993463ae8123942c.tar.gz
Oops.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db77c2016807..3bfb397de45a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nodejs-testee
- pkgdesc = An implementation of the LiveReload server in Node.js
+ pkgdesc = Run your QUnit, Mocha or Jasmine tests from the command line with any browser
pkgver = 0.3.0
- pkgrel = 1
- url = https://github.com/napcs/node-livereload/
+ pkgrel = 2
+ url = https://github.com/bitovi/testee/
arch = any
license = MIT
depends = nodejs
diff --git a/PKGBUILD b/PKGBUILD
index 1221572b0343..185e5f27bb48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _npmname=testee
_npmver=0.3.0
pkgname=nodejs-${_npmname} # All lowercase
pkgver=${_npmver}
-pkgrel=1
-pkgdesc="An implementation of the LiveReload server in Node.js"
+pkgrel=2
+pkgdesc="Run your QUnit, Mocha or Jasmine tests from the command line with any browser"
arch=(any)
-url="https://github.com/napcs/node-livereload/"
+url="https://github.com/bitovi/testee/"
license=(MIT)
depends=('nodejs' 'npm')
optdepends=()