summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaHIY2015-09-04 10:48:48 +0800
committerJaHIY2015-09-04 10:48:48 +0800
commit2da762a201f662f1ab81204ea05e1b70a94d8610 (patch)
treee7a677cd8e0da2506d5412faebe0d3edeafe8483 /PKGBUILD
parentef8373c137eaa7240ece13f7d0aec8294baffaef (diff)
downloadaur-2da762a201f662f1ab81204ea05e1b70a94d8610.tar.gz
split arch because of XS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 820569569841..1bfa32fe3ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.004
pkgrel=1
pkgdesc='C implementation of the ISAAC PRNG algorithm'
_dist='Math-Random-ISAAC-XS'
-arch=('any')
+arch=('i686' 'x86_64')
url="https://metacpan.org/release/$_dist"
license=('PerlArtistic')
depends=('perl>=5.6')