diff options
Diffstat (limited to 'community/camlp5/PKGBUILD')
-rw-r--r-- | community/camlp5/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/camlp5/PKGBUILD b/community/camlp5/PKGBUILD index 6c2216d1a..2a6d069f7 100644 --- a/community/camlp5/PKGBUILD +++ b/community/camlp5/PKGBUILD @@ -5,7 +5,7 @@ pkgname=camlp5 pkgver=6.02.2 pkgrel=1 pkgdesc='A preprocessor-pretty-printer of OCaml.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pauillac.inria.fr/~ddr/camlp5/' license=('BSD') depends=('sh') |