summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFoxboron2016-03-02 00:26:23 +0100
committerFoxboron2016-03-02 00:26:23 +0100
commit2ce80018fc94affe5ef347a91681f02c02faa099 (patch)
tree373e8675febb2216f788390cae9979af209abca3
parentf1ac7c342fd26cf176d6fca6c700f3260ce9b2a8 (diff)
downloadaur-2ce80018fc94affe5ef347a91681f02c02faa099.tar.gz
Upgraded to 1.0.9
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bf94c1e7c56..60a71c994e5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 00:26:26 UTC 2016
+# Tue Mar 1 23:25:45 UTC 2016
pkgbase = nodejs-how2
pkgdesc = how2 finds the simplest way to do something in a unix shell. It's like man, but you can query it in natural language:
- pkgver = 1.0.8
- pkgrel = 2
+ pkgver = 1.0.9
+ pkgrel = 1
url = https://github.com/santinic/how2
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = how2-1.0.8.tgz
- source = http://registry.npmjs.org/how2/-/how2-1.0.8.tgz
- sha256sums = 1b2a2c6044ee68b82a0f075a1ba6aea7af3b47bfab165734f6e51f9a897f0490
+ noextract = how2-1.0.9.tgz
+ source = http://registry.npmjs.org/how2/-/how2-1.0.9.tgz
+ sha256sums = 0b8717606540d5fbb025e3cd3ceecf10ed96184a6fadb7b598a909fa7f8397fb
pkgname = nodejs-how2
diff --git a/PKGBUILD b/PKGBUILD
index abbbdc9c091e..43ae0639727a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Morten Linderud <morten@linderud.pw>
_npmname=how2
pkgname=nodejs-how2
-pkgver=1.0.8
-pkgrel=2
+pkgver=1.0.9
+pkgrel=1
pkgdesc="how2 finds the simplest way to do something in a unix shell. It's like man, but you can query it in natural language:"
arch=(any)
url="https://github.com/santinic/how2"
@@ -11,7 +11,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('1b2a2c6044ee68b82a0f075a1ba6aea7af3b47bfab165734f6e51f9a897f0490')
+sha256sums=('0b8717606540d5fbb025e3cd3ceecf10ed96184a6fadb7b598a909fa7f8397fb')
package() {