summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-03-01 12:49:58 -0500
committerAdam Goldsmith2016-03-01 12:49:58 -0500
commit62c8e7379c445dbdde2b9f9c36d38195617d97f3 (patch)
treef2ba3e76a5ff9aae0e206516eb334867ef80b828
parent994b575272d218c072f0cf2e9f8fb008e82c8c90 (diff)
downloadaur-python2-pypkjs-git.tar.gz
Revert "Change arch to all"
This reverts commit 994b575272d218c072f0cf2e9f8fb008e82c8c90. A submodule has compiled code
-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'