summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef4883399e05..d69c50b75348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
-pkgbase = coffeelint
+pkgbase = nodejs-coffeelint
pkgdesc = Style checker for CoffeeScript
pkgver = 2.0.6
- pkgrel = 2
+ pkgrel = 1
url = http://www.coffeelint.org/
arch = any
license = MIT
@@ -10,5 +10,5 @@ pkgbase = coffeelint
source = https://github.com/clutchski/coffeelint/archive/v2.0.6.tar.gz
md5sums = f5ff8853b9a53e5facab76d8420c5548
-pkgname = coffeelint
+pkgname = nodejs-coffeelint
diff --git a/PKGBUILD b/PKGBUILD
index a2849c257833..4c5a0941dcf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Previous Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
# Previous Maintainer: Lauri Niskanen <ape@ape3000.com>
-pkgname=coffeelint
+pkgname=nodejs-coffeelint
pkgver=2.0.6
-pkgrel=2
+pkgrel=1
pkgdesc="Style checker for CoffeeScript"
arch=(any)
url="http://www.coffeelint.org/"