summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorApplebloom2016-04-05 17:33:17 +0200
committerApplebloom2016-04-05 17:33:17 +0200
commit80ab927105b040cb9436240cce65ed199f478c4c (patch)
tree2cbc0bbc9d93ceb0b930fcfbe8d677cca00b10c0 /PKGBUILD
parent977efd2850be564c657e8d21250c74afdcb33078 (diff)
downloadaur-python2-zulip-api.tar.gz
Fixed arch (should be any).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')