summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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=()