diff options
Diffstat (limited to 'community/ascii')
-rw-r--r-- | community/ascii/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ascii/PKGBUILD b/community/ascii/PKGBUILD index 608a6fb5d..959969ea2 100644 --- a/community/ascii/PKGBUILD +++ b/community/ascii/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ascii pkgver=3.11 -pkgrel=2 +pkgrel=2.1 pkgdesc="Utility for conversion between various byte representations and the ASCII character table" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.catb.org/~esr/ascii" license=('BSD') depends=('glibc') |