summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsfx <sfx@localhost>2015-07-08 23:30:12 +0200
committersfx <sfx@localhost>2015-07-08 23:30:12 +0200
commit5683960609955ea868d47b3645eb7bd752c2f91b (patch)
tree8ccdf42ce1c294bbff51e555e4121e7893ce04d2
parent9152039ceaa8221dfbea779eb69bce5fa2c4563a (diff)
downloaddiana-git-5683960609955ea868d47b3645eb7bd752c2f91b.tar.xz
diana-git-5683960609955ea868d47b3645eb7bd752c2f91b.zip
`arch` variable is better to be "any"
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 842faf1..c102a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname="$_name-git"
pkgver=20140126.59
pkgrel=1
pkgdesc="A command line interface to the aria2 daemon "
-arch=("i686" "x86_64")
+arch=("any")
url="https://github.com/baskerville/diana"
license=("unknown")
depends=("aria2" "python")