summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2016-11-16 09:24:58 +0100
committerSimon Legner2016-11-16 09:24:58 +0100
commitd9b00b4f697257717ac41c5b16d1b6172bf67c35 (patch)
tree82c5f2f1fea29e23914ee7d4091f331652712472
parent27ac495ce03f85a77e486b0d002d1a6c810dcd03 (diff)
downloadaur-d9b00b4f697257717ac41c5b16d1b6172bf67c35.tar.gz
Update to 2.0.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82c0d4f4474..1e12fcb247ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 11:45:07 UTC 2016
+# Wed Nov 16 08:24:57 UTC 2016
pkgbase = nodejs-geojsonhint
pkgdesc = Validate and sanity-check geojson files (geojsonlint)
- pkgver = 1.2.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/mapbox/geojsonhint#readme
arch = any
depends = nodejs
depends = npm
- noextract = geojsonhint-1.2.1.tgz
- source = http://registry.npmjs.org/geojsonhint/-/geojsonhint-1.2.1.tgz
- sha1sums = 5348270ecac3c428b455cfedab245d40a5ae9fc7
+ noextract = geojsonhint-2.0.0.tgz
+ source = http://registry.npmjs.org/geojsonhint/-/geojsonhint-2.0.0.tgz
+ sha1sums = 054f780270f0efb69395fe8203e96098aeec0935
pkgname = nodejs-geojsonhint
diff --git a/PKGBUILD b/PKGBUILD
index c6b039dc6994..1af46a386795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_npmname=geojsonhint
-_npmver=1.2.1
+_npmver=2.0.0
pkgname=nodejs-geojsonhint # All lowercase
-pkgver=1.2.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="Validate and sanity-check geojson files (geojsonlint)"
arch=(any)
@@ -22,3 +22,4 @@ package() {
# vim:set ts=2 sw=2 et:
sha1sums=('5348270ecac3c428b455cfedab245d40a5ae9fc7')
+sha1sums=('054f780270f0efb69395fe8203e96098aeec0935')