summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzerus2018-01-08 00:22:37 +0100
committeruzerus2018-01-08 00:22:37 +0100
commit1d02598e13d71c8dd556d3a57dd6d8c968429d71 (patch)
treea13dca59c77181832c723d51173552768eb3b108
parent3bc4a97f2c4d92300c7298b972087bfeb40f55b2 (diff)
downloadaur-1d02598e13d71c8dd556d3a57dd6d8c968429d71.tar.gz
hard work made here2
-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/"