summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLance Chen2020-07-19 18:01:02 +0800
committerLance Chen2020-07-19 18:01:02 +0800
commite32dda03dfdc7d9fffa6577b68d6dcee25e4b34f (patch)
treead8c2cf120fc95225c46d6de16c827f47bd4df8d
parent0c80a0ab776d2521c032490e264f3c0dde31b299 (diff)
downloadaur-e32dda03dfdc7d9fffa6577b68d6dcee25e4b34f.tar.gz
Change arch to x86_64
Package which is not build-once-run-everywhere should be specified with the supported architecture instead of using `any`.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7d8e849acd3..fe9b4e70d8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=jo
pkgver=1.4
pkgrel=1
pkgdesc="JSON output from a shell"
-arch=(any)
+arch=(x86_64)
url="https://github.com/jpmens/jo"
license=('GPL2')
source=("https://github.com/jpmens/jo/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")