summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2015-06-24 14:19:16 +0200
committerJohannes Schleifenbaum2015-06-24 14:19:16 +0200
commit2ca4a3f1247d0985a9464841b1172d7221df9715 (patch)
treebc27a110df9d66947933f7e8832b756558b18ffb
parent7ea9938982945556829366e92eb26ff51f2426ce (diff)
downloadaur-2ca4a3f1247d0985a9464841b1172d7221df9715.tar.gz
update license
-rw-r--r--.SRCINFO4
-rw-r--r--LICENSE2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46a967d68b65..5da09dce512f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-pageres
pkgdesc = Get screenshots of websites in different resolutions
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = https://github.com/sindresorhus/pageres-cli
arch = i686
@@ -13,7 +13,7 @@ pkgbase = nodejs-pageres
source = http://registry.npmjs.org/pageres-cli/-/pageres-cli-1.0.0.tgz
source = LICENSE
sha256sums = 5752c99815f55290f6842ef872e85ab2190aa2d708ba3763076609ded076105e
- sha256sums = a09bad52fe9deab4338f4f80105f8b8d0c10a2618a8b4517a2cf260b48d968d2
+ sha256sums = 2bc4beb49d4852de32aecc72c9db954596cfcfcdc980fd7693adc89d5aa5d31f
pkgname = nodejs-pageres
diff --git a/LICENSE b/LICENSE
index 8e8fede5b9df..0c06b5ac424d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) Sindre Sorhus
+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
diff --git a/PKGBUILD b/PKGBUILD
index f1f8a6ccb1cc..49b224ea2e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nodejs-pageres
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc="Get screenshots of websites in different resolutions"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=(
noextract=("${pkgname/nodejs-/}-cli-${pkgver}.tgz")
sha256sums=(
'5752c99815f55290f6842ef872e85ab2190aa2d708ba3763076609ded076105e'
- 'a09bad52fe9deab4338f4f80105f8b8d0c10a2618a8b4517a2cf260b48d968d2'
+ '2bc4beb49d4852de32aecc72c9db954596cfcfcdc980fd7693adc89d5aa5d31f'
)
package() {