summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-03-01 12:48:26 -0500
committerAdam Goldsmith2016-03-01 12:48:26 -0500
commit994b575272d218c072f0cf2e9f8fb008e82c8c90 (patch)
tree0459f66e2757ec937724811f451ca59135f11a81
parent2de77c1ea3de4a7ec47de72c80764c68b9bc2cda (diff)
downloadaur-994b575272d218c072f0cf2e9f8fb008e82c8c90.tar.gz
Change arch to all
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f23e2210b537..8eec834974d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 17:46:08 UTC 2016
+# Tue Mar 1 17:48:21 UTC 2016
pkgbase = python2-pypkjs-git
pkgdesc = Python implementation of PebbleKit JS
pkgver = v1.0
pkgrel = 1
url = https://github.com/pebble/pypkjs
- arch = i686
- arch = x86_64
+ arch = all
license = MIT
depends = python2
depends = python2-libpebble2-git
diff --git a/PKGBUILD b/PKGBUILD
index b69496c24e92..a6d2b5d718aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=python2-pypkjs-git
pkgver=v1.0
pkgrel=1
pkgdesc="Python implementation of PebbleKit JS"
-arch=('i686' 'x86_64')
+arch=('all')
url="https://github.com/pebble/pypkjs"
license=('MIT')
depends=('python2'