summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51142c2525a0..b7184f06b815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = perl-math-random-isaac-xs
pkgver = 1.004
pkgrel = 1
url = https://metacpan.org/release/Math-Random-ISAAC-XS
- arch = any
+ arch = i686
+ arch = x86_64
license = PerlArtistic
makedepends = perl-extutils-parsexs>=0
makedepends = perl-module-build>=0.2808_01
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')