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 615926708..9e6f0e5ce 100644 --- a/community/camlp5/PKGBUILD +++ b/community/camlp5/PKGBUILD @@ -8,7 +8,7 @@ _baseversion=6.02.3 _patchlevel=1 pkgver=${_baseversion}.${_patchlevel} pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pauillac.inria.fr/~ddr/camlp5/' license=('BSD') depends=('sh') |