summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-03-08 14:15:09 +0000
committerDaichi Shinozaki2016-03-08 14:15:09 +0000
commitb4a045fb79acee06e955757eea58e5aaafa904d5 (patch)
treeaeaf2f05b18d4c35ac48b3e597da290768e032b1 /PKGBUILD
parenta62d863faa6d5380fae314a0cfb4fd9c7bb0da57 (diff)
downloadaur-nodejs-pegjs.tar.gz
Bump version to 0.9.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9e69b20ab02..3b740e5d7e3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nodejs-pegjs
_npmname=pegjs
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
depends=('nodejs')
pkgdesc="Parser generator for JavaScript"
@@ -19,3 +19,4 @@ package() {
#license
install -Dm644 "$pkgdir"/usr/lib/node_modules/pegjs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
+