summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2015-04-13 11:02:51 +0200
committerJohannes Schleifenbaum2015-04-13 11:02:51 +0200
commitd23d147cdffe2787f858db73da3f44bde58696c3 (patch)
tree1ed8b70b3c3bf01472f098db65ae6feeaa5d8293
parentdf02be8e1683996c71288fe4fd3c1abd2a059999 (diff)
downloadaur-d23d147cdffe2787f858db73da3f44bde58696c3.tar.gz
namcap arch=i686,x86_64
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a75064408ef..276ca7432176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by makepkg 4.2.1
-# Sun Mar 29 19:38:46 UTC 2015
+# Mon Apr 13 09:01:58 UTC 2015
pkgbase = nodejs-pageres
pkgdesc = Get screenshots of websites in different resolutions
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sindresorhus/pageres
- arch = any
+ arch = i686
+ arch = x86_64
license = MIT
depends = nodejs
noextract = pageres-1.2.2.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 822abad0ac48..2a17a83ae226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nodejs-pageres
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Get screenshots of websites in different resolutions"
-arch=(any)
+arch=('i686' 'x86_64')
url="https://github.com/sindresorhus/pageres"
license=("MIT")
depends=('nodejs')