summaryrefslogtreecommitdiff
path: root/extra/liblouis/PKGBUILD
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-08 12:49:15 +0100
committerJoe <joe@joelightning.com>2011-10-08 12:49:15 +0100
commit4496f7c03f85a83f2b9528cb1d7054750eb303ed (patch)
treee66340dcb789386fc08e02610bce1b43615935ae /extra/liblouis/PKGBUILD
parent93f823e2615dcdfd4bb5a5b80a40489c5369232d (diff)
fixed arch array
Diffstat (limited to 'extra/liblouis/PKGBUILD')
-rw-r--r--extra/liblouis/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/liblouis/PKGBUILD b/extra/liblouis/PKGBUILD
index d7a753f32..c39052981 100644
--- a/extra/liblouis/PKGBUILD
+++ b/extra/liblouis/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=liblouis
pkgver=2.3.0
pkgrel=1
pkgdesc="Open-source braille translator and back-translator"
-arch=(i686 x86_64)
+arch=(mips64el)
url="http://code.google.com/p/liblouis/"
license=('GPL3')
depends=(glibc)