diff options
Diffstat (limited to 'community/ruby-iconv/PKGBUILD')
-rwxr-xr-x | community/ruby-iconv/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-iconv/PKGBUILD b/community/ruby-iconv/PKGBUILD index d2b60d9ac..a1a2f6071 100755 --- a/community/ruby-iconv/PKGBUILD +++ b/community/ruby-iconv/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ruby-iconv pkgver=1.0.3 pkgrel=2 pkgdesc="Wrapper library for iconv" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/nurse/iconv" license=('GPL3') depends=('ruby') |