diff options
author | Erich Eckner <git@eckner.net> | 2017-09-06 21:19:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-06 21:19:54 +0200 |
commit | 0cb3b8bfd202a1acd49f93dc720ce9f99c0a3970 (patch) | |
tree | 585403af7f0b6bd2001454890ff31ecc3fad1558 | |
parent | 0c47561d7dd4ea3b92b48e88f577dfcc4b134f43 (diff) | |
download | archlinuxewe-0cb3b8bfd202a1acd49f93dc720ce9f99c0a3970.tar.xz |
perl-text-tabulardisplay: 'i686 x86_64' -> 'any'
-rw-r--r-- | perl-text-tabulardisplay/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-text-tabulardisplay/PKGBUILD b/perl-text-tabulardisplay/PKGBUILD index b6766b8f8..4ea04d1d1 100644 --- a/perl-text-tabulardisplay/PKGBUILD +++ b/perl-text-tabulardisplay/PKGBUILD @@ -3,9 +3,9 @@ pkgname='perl-text-tabulardisplay' pkgver='1.38' -pkgrel='4' +pkgrel='5' pkgdesc='Display text in formatted table output' -arch=('x86_64' 'i686') +arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') makedepends=( |