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 9539e382c15f..e88eeddb687a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Mark Harviston infinull@gmail.com
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
pkgname=jslint
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
pkgdesc="Command-line JSLint, installed through npm"
arch=('any')
url="https://github.com/reid/node-jslint"
license=('custom:BSD and modified MIT')
depends=('nodejs' 'npm')
source=("https://github.com/reid/node-jslint/archive/v$pkgver.tar.gz")
-sha256sums=("740ef493529fc11a4fbe700c54fa05c63881ea23d33fecba0cdab966093a93a4")
+sha256sums=("26d92ed40fe4587121f93d74e648df41daefdea880b5c95db1a8c3ab26e08b91")
package() {
cd "$srcdir/node-$pkgname-$pkgver"