summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2020-03-04 18:13:14 +0530
committerAmish2020-03-04 18:13:14 +0530
commit761d76a1c426855130a6f1342f13a60fac7e27ac (patch)
tree1713ccc8ee1b607ec1d56df9ea290e750ce7e8e1
parent61be99f434b86dc74a9423c976d13fc70c0104f1 (diff)
downloadaur-761d76a1c426855130a6f1342f13a60fac7e27ac.tar.gz
Change arch to i686 / x86_64
-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')