summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eec834974d0..f23e2210b537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 17:48:21 UTC 2016
+# Tue Mar 1 17:46:08 UTC 2016
pkgbase = python2-pypkjs-git
pkgdesc = Python implementation of PebbleKit JS
pkgver = v1.0
pkgrel = 1
url = https://github.com/pebble/pypkjs
- arch = all
+ arch = i686
+ arch = x86_64
license = MIT
depends = python2
depends = python2-libpebble2-git
diff --git a/PKGBUILD b/PKGBUILD
index a6d2b5d718aa..b69496c24e92 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=('all')
+arch=('i686' 'x86_64')
url="https://github.com/pebble/pypkjs"
license=('MIT')
depends=('python2'