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 65f32cfd53e2..3076f75f2c41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = perl-text-csv-xs
pkgver = 1.41
pkgrel = 1
url = https://metacpan.org/release/Text-CSV_XS
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
license = PerlArtistic
depends = perl
diff --git a/PKGBUILD b/PKGBUILD
index 793962d66998..68ea6ce650df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.41
pkgrel=1
pkgdesc="Comma-separated values manipulation routines"
_dist=Text-CSV_XS
-arch=('any')
+arch=('i686' 'x86_64')
url="https://metacpan.org/release/${_dist}"
license=('GPL' 'PerlArtistic')
depends=('perl')