From a5d755a7cb464f98c6206db37cda59ff588ecaaf Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 6 Nov 2013 11:13:47 -0300 Subject: port --- extra/ocaml/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'extra') diff --git a/extra/ocaml/PKGBUILD b/extra/ocaml/PKGBUILD index e7179ab54..12d2daf51 100644 --- a/extra/ocaml/PKGBUILD +++ b/extra/ocaml/PKGBUILD @@ -8,15 +8,14 @@ pkgname=('ocaml') pkgver=4.01.0 pkgrel=1 pkgdesc="A functional language with OO extensions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1' 'custom: QPL-1.0') url="http://caml.inria.fr/" depends=('gdbm') makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') source=(http://caml.inria.fr/distrib/ocaml-4.01/${pkgname}-${pkgver}.tar.gz - fix-caml_int64_float_of_bits-n32.patch - tk8.6-build.patch) + fix-caml_int64_float_of_bits-n32.patch) options=('!makeflags' '!emptydirs') build() { @@ -64,5 +63,4 @@ optdepends=() install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" } md5sums=('04dfdd7da189462a4f10ec6530359cef' - 'e2c8bc316efe40532c5b9d7f9a1d8d62' - '67b0a8a8885fc1221181b171541cb1b0') + 'e2c8bc316efe40532c5b9d7f9a1d8d62') -- cgit v1.2.3-54-g00ecf