diff options
author | sfx <sfx@localhost> | 2015-07-08 23:30:12 +0200 |
---|---|---|
committer | sfx <sfx@localhost> | 2015-07-08 23:30:12 +0200 |
commit | 5683960609955ea868d47b3645eb7bd752c2f91b (patch) | |
tree | 8ccdf42ce1c294bbff51e555e4121e7893ce04d2 /PKGBUILD | |
parent | 9152039ceaa8221dfbea779eb69bce5fa2c4563a (diff) | |
download | diana-git-5683960609955ea868d47b3645eb7bd752c2f91b.tar.xz diana-git-5683960609955ea868d47b3645eb7bd752c2f91b.zip |
`arch` variable is better to be "any"
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |