summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99bd37732b6e..ad7b9b7ff4e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Apr 5 12:07:44 UTC 2016
+# Tue Apr 5 15:32:56 UTC 2016
pkgbase = python2-zulip-api
pkgdesc = Python bindings for zulip API.
pkgver = 0.2.5
pkgrel = 1
url = https://zulip.com/api/#python
- arch = i686
- arch = x86_64
+ arch = any
license = MIT
depends = python2-simplejson
depends = python2-requests
diff --git a/PKGBUILD b/PKGBUILD
index 90b21d7b7092..64ab9d209722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="python2-$_pkgname-api"
pkgver='0.2.5'
pkgrel='1'
pkgdesc="Python bindings for zulip API."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://zulip.com/api/#python"
license=('MIT')
depends=('python2-simplejson' 'python2-requests')