summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Scheerlinck2016-02-15 17:55:12 +0000
committerGregory Scheerlinck2016-02-15 17:55:12 +0000
commitae2f87e57636e79f226a3115a9be6ab4a6b03042 (patch)
tree92882b1f6c87d0ca2641085d1b9bc637062733b3
parente4c0a924e473651f3e8ed84d5f7a1b51c44be5a3 (diff)
downloadaur-ae2f87e57636e79f226a3115a9be6ab4a6b03042.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e23b6fe5cda..54241b9e8ad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 20:31:25 UTC 2016
+# Mon Feb 15 17:54:26 UTC 2016
pkgbase = arch-wiki-man
pkgdesc = The Arch Wiki as linux man pages
- pkgver = 1.0.5
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/greg-js/arch-wiki-man#readme
arch = any
license = GPL3
depends = nodejs
depends = npm
- noextract = arch-wiki-man-1.0.5.tgz
- source = http://registry.npmjs.org/arch-wiki-man/-/arch-wiki-man-1.0.5.tgz
- sha1sums = 58210d19e1949e0a209c2c60b2bce3dbb0360a59
+ noextract = arch-wiki-man-1.1.0.tgz
+ source = http://registry.npmjs.org/arch-wiki-man/-/arch-wiki-man-1.1.0.tgz
+ sha1sums = 2bdf42a39669be003e556d5777a43f4f678d0fa2
pkgname = arch-wiki-man
diff --git a/PKGBUILD b/PKGBUILD
index ab8c8ec38819..553de1f7a9a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Gregory Scheerlinck <gregory dot scheerlinck at gmail dot com>
_npmname=arch-wiki-man
-_npmver=1.0.5
+_npmver=1.1.0
pkgname=arch-wiki-man # All lowercase
-pkgver=1.0.5
+pkgver=1.1.0
pkgrel=1
pkgdesc="The Arch Wiki as linux man pages"
-arch=('any')
+arch=(any)
url="https://github.com/greg-js/arch-wiki-man#readme"
-license=('GPL3')
-depends=('nodejs' 'npm')
+license=(GPL3)
+depends=('nodejs' 'npm' )
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(58210d19e1949e0a209c2c60b2bce3dbb0360a59)
+sha1sums=(2bdf42a39669be003e556d5777a43f4f678d0fa2)
package() {
cd $srcdir