summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2018-01-04 16:32:36 +0100
committerJohannes Schleifenbaum2018-01-04 16:32:36 +0100
commit946aacd614f6e60904da65e5a2bbda8cad9f1ead (patch)
tree228bc99d57791f22f553695632e85306a96e4102
parent2feb1a54add971541a5c4579c85092aafdf64c52 (diff)
downloadaur-946aacd614f6e60904da65e5a2bbda8cad9f1ead.tar.gz
upgpkg: nodejs-pageres 4.1.0-1
upstream release Version 4.1.0
-rw-r--r--.SRCINFO12
-rw-r--r--LICENSE20
-rw-r--r--PKGBUILD8
3 files changed, 14 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f87c39c2323b..9a4e8f4ff175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-pageres
pkgdesc = Get screenshots of websites in different resolutions
- pkgver = 4.0.0
- pkgrel = 2
+ pkgver = 4.1.0
+ pkgrel = 1
epoch = 2
url = https://github.com/sindresorhus/pageres-cli
arch = i686
@@ -9,11 +9,11 @@ pkgbase = nodejs-pageres
license = MIT
depends = nodejs
depends = npm
- noextract = pageres-cli-4.0.0.tgz
- source = https://registry.npmjs.org/pageres-cli/-/pageres-cli-4.0.0.tgz
+ noextract = pageres-cli-4.1.0.tgz
+ source = https://registry.npmjs.org/pageres-cli/-/pageres-cli-4.1.0.tgz
source = LICENSE
- sha256sums = 3ce612cfb71dd54624473fc8fb5f7ff87cea666f0af1d582af8405ba6752df41
- sha256sums = 2bc4beb49d4852de32aecc72c9db954596cfcfcdc980fd7693adc89d5aa5d31f
+ sha256sums = 0148954c17426cd00bea07db1d9332f119566d8b60d979ee55a1dfd3b5feffc0
+ sha256sums = 48da2f39e100d4085767e94966b43f4fa95ff6a0698fba57ed460914e35f94a0
pkgname = nodejs-pageres
diff --git a/LICENSE b/LICENSE
index 0c06b5ac424d..e7af2f77107d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,21 +1,9 @@
-The MIT License (MIT)
+MIT License
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE. \ No newline at end of file
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 538c9169f770..ae6bb0627e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname=nodejs-pageres
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
epoch=2
pkgdesc="Get screenshots of websites in different resolutions"
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ source=(
)
noextract=("${pkgname/nodejs-/}-cli-${pkgver}.tgz")
sha256sums=(
- '3ce612cfb71dd54624473fc8fb5f7ff87cea666f0af1d582af8405ba6752df41'
- '2bc4beb49d4852de32aecc72c9db954596cfcfcdc980fd7693adc89d5aa5d31f'
+ '0148954c17426cd00bea07db1d9332f119566d8b60d979ee55a1dfd3b5feffc0'
+ '48da2f39e100d4085767e94966b43f4fa95ff6a0698fba57ed460914e35f94a0'
)
package() {