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 12bb03c38e22..c85673bcf22c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ _npmnamespace=@simon04
_npmname=npm2arch
_npmver=1.0.0
pkgname=nodejs-npm2arch
-pkgver=1.0.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Convert NPM package to a PKGBUILD for ArchLinux"
arch=(any)
url="https://github.com/simon04/npm2arch"
@@ -12,7 +12,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmnamespace/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(e53348f74f661b3430f94011a3d597fb0db80741)
+sha1sums=('e53348f74f661b3430f94011a3d597fb0db80741')
package() {
cd $srcdir