summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfennecdjay2017-02-17 01:21:08 +0100
committerfennecdjay2017-02-17 01:21:08 +0100
commit63dc9902d090063ac3c65d4998e0aaada7be6e19 (patch)
treebf92f5358ea4e31a9e30c4941925231e78108e18 /PKGBUILD
parent2e1d1c88b0558e92da6b6445b4e3f9e731cbd934 (diff)
downloadaur-63dc9902d090063ac3c65d4998e0aaada7be6e19.tar.gz
Fix arch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffee746f94d1..c986eafb230d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=zpm-zsh
pkgver=0.1.0
pkgrel=1
pkgdesc="zsh plugin manager in ansi C."
-arch=(any)
+arch=('x86-64', 'x86')
conflicts=(zpm)
url="https://github.com/zpm-project/zpm-zsh"
license=('GPL')